Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_path.cc1079 int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.c_str(), in HFSFastUnicodeCompare() local
1082 if (codepoint1 != codepoint2) in HFSFastUnicodeCompare()
1083 return (codepoint1 < codepoint2) ? -1 : 1; in HFSFastUnicodeCompare()