Searched refs:suppHighStart (Results 1 – 2 of 2) sorted by relevance
925 int suppHighStart; in compactTrie() local949 suppHighStart= highStart<=0x10000 ? 0x10000 : highStart; in compactTrie()950 setRange(suppHighStart, 0x10ffff, initialValue, true); in compactTrie()
1174 UChar32 highStart, suppHighStart; in compactTrie() local1200 suppHighStart= highStart<=0x10000 ? 0x10000 : highStart; in compactTrie()1201 utrie2_setRange32(trie, suppHighStart, 0x10ffff, trie->initialValue, TRUE, pErrorCode); in compactTrie()