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

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

Completed in 74 milliseconds