Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Dutrie2_builder.c133 trie->highStart=0x110000; in utrie2_open()
140 newTrie->highStart=0x110000; in utrie2_open()
271 trie->highStart=other->highStart; in cloneBuilder()
1102 newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((trie->highStart-0x10000)>>UTRIE2_SHIFT_1); in compactIndex2()
1176 UChar32 highStart, suppHighStart; in compactTrie() local
1183 highStart=findHighStart(newTrie, highValue); in compactTrie()
1184 highStart=(highStart+(UTRIE2_CP_PER_INDEX_1_ENTRY-1))&~(UTRIE2_CP_PER_INDEX_1_ENTRY-1); in compactTrie()
1185 if(highStart==0x110000) { in compactTrie()
1193 trie->highStart=newTrie->highStart=highStart; in compactTrie()
1197 (long)highStart, (long)highValue, (long)trie->initialValue); in compactTrie()
[all …]
Dutrie2.cpp40 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) { in get32()
171 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1; in utrie2_openFromSerialized()
289 trie->highStart=0; in utrie2_openDummy()
519 UChar32 c, prev, highStart; in enumEitherTrie() local
545 highStart=trie->highStart; in enumEitherTrie()
557 for(c=start; c<limit && c<highStart;) { in enumEitherTrie()
Dutrie2_impl.h151 UChar32 highStart; member
Dutrie2.h708 UChar32 highStart; member
890 (c)>=(trie)->highStart ? \
900 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
Dnormalizer2.cpp840 fcdHighStart=trie->highStart; in unorm_getFCDTrieIndex()
/external/icu4c/common/
Dutrie2_builder.cpp133 trie->highStart=0x110000; in utrie2_open()
140 newTrie->highStart=0x110000; in utrie2_open()
271 trie->highStart=other->highStart; in cloneBuilder()
1102 newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((trie->highStart-0x10000)>>UTRIE2_SHIFT_1); in compactIndex2()
1176 UChar32 highStart, suppHighStart; in compactTrie() local
1183 highStart=findHighStart(newTrie, highValue); in compactTrie()
1184 highStart=(highStart+(UTRIE2_CP_PER_INDEX_1_ENTRY-1))&~(UTRIE2_CP_PER_INDEX_1_ENTRY-1); in compactTrie()
1185 if(highStart==0x110000) { in compactTrie()
1193 trie->highStart=newTrie->highStart=highStart; in compactTrie()
1197 (long)highStart, (long)highValue, (long)trie->initialValue); in compactTrie()
[all …]
Dutrie2.cpp44 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) { in get32()
175 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1; in utrie2_openFromSerialized()
293 trie->highStart=0; in utrie2_openDummy()
523 UChar32 c, prev, highStart; in enumEitherTrie() local
551 highStart=trie->highStart; in enumEitherTrie()
563 for(c=start; c<limit && c<highStart;) { in enumEitherTrie()
Dutrie2_impl.h151 UChar32 highStart; member
Dutrie2.h710 UChar32 highStart; member
892 (c)>=(trie)->highStart ? \
902 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dwritesrc.c214 (long)pTrie->highStart, (long)pTrie->highValueIndex); in usrc_writeUTrie2Struct()
/external/icu4c/tools/toolutil/
Dwritesrc.c219 (long)pTrie->highStart, (long)pTrie->highValueIndex); in usrc_writeUTrie2Struct()