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

/external/chromium/third_party/icu/source/common/
H A Dutrie2_impl.h151 UChar32 highStart; member in struct:UNewTrie2
H A Dutrie2_builder.c133 trie->highStart=0x110000;
140 newTrie->highStart=0x110000;
271 trie->highStart=other->highStart;
1102 newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((trie->highStart-0x10000)>>UTRIE2_SHIFT_1);
1176 UChar32 highStart, suppHighStart; local
1181 /* find highStart and round it up */
1183 highStart=findHighStart(newTrie, highValue);
1184 highStart=(highStart
1259 UChar32 highStart; local
[all...]
H A Dutrie2.c40 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) {
170 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1;
288 trie->highStart=0;
515 UChar32 c, prev, highStart; local
541 highStart=trie->highStart;
553 for(c=start; c<limit && c<highStart;) {
658 /* c==highStart<limit */
H A Dutrie2.h48 * the starting code point ("highStart") and the value are stored.
49 * - For supplementary code points U+10000..highStart-1 a three-table lookup
637 UChar32 highStart; member in struct:UTrie2
729 * Variable length, for code points up to highStart, where the last single-value range starts.
797 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
819 (c)>=(trie)->highStart ? \
829 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
H A Dunorm.cpp399 fcdHighStart=fcdTrie.highStart;
/external/icu4c/common/
H A Dutrie2_impl.h151 UChar32 highStart; member in struct:UNewTrie2
H A Dutrie2_builder.c133 trie->highStart=0x110000;
140 newTrie->highStart=0x110000;
271 trie->highStart=other->highStart;
1102 newStart+=UTRIE2_UTF8_2B_INDEX_2_LENGTH+((trie->highStart-0x10000)>>UTRIE2_SHIFT_1);
1176 UChar32 highStart, suppHighStart; local
1181 /* find highStart and round it up */
1183 highStart=findHighStart(newTrie, highValue);
1184 highStart=(highStart
1259 UChar32 highStart; local
[all...]
H A Dutrie2.cpp40 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) {
170 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1;
288 trie->highStart=0;
515 UChar32 c, prev, highStart; local
541 highStart=trie->highStart;
553 for(c=start; c<limit && c<highStart;) {
658 /* c==highStart<limit */
H A Dutrie2.h48 * the starting code point ("highStart") and the value are stored.
49 * - For supplementary code points U+10000..highStart-1 a three-table lookup
699 UChar32 highStart; member in struct:UTrie2
791 * Variable length, for code points up to highStart, where the last single-value range starts.
859 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
881 (c)>=(trie)->highStart ? \
891 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
H A Dnormalizer2.cpp802 fcdHighStart=trie->highStart;
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dwritesrc.c193 " 0x%lx,\n" /* highStart */
199 (long)pTrie->highStart, (long)pTrie->highValueIndex);
/external/icu4c/tools/toolutil/
H A Dwritesrc.c208 " 0x%lx,\n" /* highStart */
214 (long)pTrie->highStart, (long)pTrie->highValueIndex);

Completed in 54 milliseconds