Home | History | Annotate | Download | only in files

Lines Matching refs:codepoint1

1147       // Note: codepoint1 may be again 0 at this point if the character was
1167 int codepoint1 = HFSReadNextNonIgnorableCodepoint(string1.c_str(),
1173 if (codepoint1 != codepoint2)
1174 return (codepoint1 < codepoint2) ? -1 : 1;
1175 if (codepoint1 == 0) {