Home
last modified time | relevance | path

Searched defs:CompareIgnoreCase (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_path.cc700 int FilePath::CompareIgnoreCase(StringPieceType string1, in CompareIgnoreCase() function in base::FilePath
1239 int FilePath::CompareIgnoreCase(StringPieceType string1, in CompareIgnoreCase() function in base::FilePath
1281 int FilePath::CompareIgnoreCase(StringPieceType string1, in CompareIgnoreCase() function in base::FilePath
Dfile_path_unittest.cc1018 TEST_F(FilePathTest, CompareIgnoreCase) { in TEST_F() argument
/external/openscreen/discovery/mdns/
Dmdns_records.cc28 inline int CompareIgnoreCase(const std::string& x, const std::string& y) { in CompareIgnoreCase() function