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

/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh307 if (codepoint < startUnicodeValue) return -1;
308 if (codepoint > startUnicodeValue + additionalCount) return +1;
318 UINT24 startUnicodeValue; /* First value in this range. */ member in struct:OT::UnicodeValueRange

Completed in 88 milliseconds