HomeSort by relevance Sort by last modified time
    Searched refs:CompareIgnoreCase (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
file_path.h 406 // CompareIgnoreCase() returns -1, 0 or 1 for less-than, equal-to and
408 static int CompareIgnoreCase(StringPieceType string1,
412 return CompareIgnoreCase(string1, string2) == 0;
416 return CompareIgnoreCase(string1, string2) < 0;
file_path.cc 703 int FilePath::CompareIgnoreCase(StringPieceType string1,
    [all...]
file_path_unittest.cc     [all...]

Completed in 72 milliseconds