Home | History | Annotate | Download | only in common

Lines Matching defs:highStart

49  *   the starting code point ("highStart") and the value are stored.
50 * - For supplementary code points U+10000..highStart-1 a three-table lookup
697 UChar32 highStart;
789 * Variable length, for code points up to highStart, where the last single-value range starts.
857 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
879 (c)>=(trie)->highStart ? \
889 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \