Searched defs:codepoint1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path.cc1149 // Note: codepoint1 may be again 0 at this point if the character was
1169 int codepoint1 = HFSReadNextNonIgnorableCodepoint(string1.c_str(), local
1175 if (codepoint1 != codepoint2)
1176 return (codepoint1 < codepoint2) ? -1 : 1;
1177 if (codepoint1 == 0) {

Completed in 1143 milliseconds