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

  /external/chromium_org/base/files/
file_path.h 387 // CompareIgnoreCase() returns -1, 0 or 1 for less-than, equal-to and
389 static int CompareIgnoreCase(const StringType& string1,
393 return CompareIgnoreCase(string1, string2) == 0;
397 return CompareIgnoreCase(string1, string2) < 0;
file_path_unittest.cc     [all...]
file_path.cc 685 int FilePath::CompareIgnoreCase(const StringType& string1,
    [all...]

Completed in 51 milliseconds