Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh307 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