|
Ninja
|

Go to the source code of this file.
Functions | |
| bool | EqualsCaseInsensitiveASCII (StringPiece a, StringPiece b) |
| string | JoinStringPiece (const vector< StringPiece > &list, char sep) |
| vector< StringPiece > | SplitStringPiece (StringPiece input, char sep) |
| bool EqualsCaseInsensitiveASCII | ( | StringPiece | a, |
| StringPiece | b | ||
| ) |
Definition at line 66 of file string_piece_util.cc.
References StringPiece::len_, StringPiece::str_, and ToLowerASCII().
Referenced by IncludesNormalize::Relativize(), and TEST().
| string JoinStringPiece | ( | const vector< StringPiece > & | list, |
| char | sep | ||
| ) |
Definition at line 41 of file string_piece_util.cc.
Referenced by IncludesNormalize::Relativize(), and TEST().
| vector<StringPiece> SplitStringPiece | ( | StringPiece | input, |
| char | sep | ||
| ) |
Definition at line 22 of file string_piece_util.cc.
References StringPiece::begin(), and StringPiece::end().
Referenced by IncludesNormalize::IncludesNormalize(), IncludesNormalize::Relativize(), and TEST().