Home | History | Annotate | Download | only in files

Lines Matching full:codepoint2

1170     int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.c_str(),
1173 if (codepoint1 != codepoint2)
1174 return (codepoint1 < codepoint2) ? -1 : 1;