Home
last modified time | relevance | path

Searched refs:codepoint1 (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_path.cc1188 int codepoint1 = HFSReadNextNonIgnorableCodepoint(string1.data(), in HFSFastUnicodeCompare() local
1194 if (codepoint1 != codepoint2) in HFSFastUnicodeCompare()
1195 return (codepoint1 < codepoint2) ? -1 : 1; in HFSFastUnicodeCompare()
1196 if (codepoint1 == 0) { in HFSFastUnicodeCompare()