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

/external/chromium_org/base/files/
H A Dfile_path.cc1172 int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.c_str(), local
1175 if (codepoint1 != codepoint2)
1176 return (codepoint1 < codepoint2) ? -1 : 1;

Completed in 297 milliseconds