Home | History | Annotate | Download | only in base

Lines Matching full:codepoint2

1079     int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.c_str(),
1082 if (codepoint1 != codepoint2)
1083 return (codepoint1 < codepoint2) ? -1 : 1;