Searched refs:startUnicodeValue (Results 1 – 1 of 1) sorted by relevance
307 if (codepoint < startUnicodeValue) return -1; in cmp()308 if (codepoint > startUnicodeValue + additionalCount) return +1; in cmp()318 UINT24 startUnicodeValue; /* First value in this range. */ member