Searched defs:highStart (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_impl.h151 UChar32 highStart; member in struct:UNewTrie2
H A Dutrie2.cpp40 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) {
171 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1;
289 trie->highStart=0;
519 UChar32 c, prev, highStart; local
545 highStart=trie->highStart;
557 for(c=start; c<limit && c<highStart;) {
662 /* 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
708 UChar32 highStart; member in struct:UTrie2
800 * Variable length, for code points up to highStart, where the last single-value range starts.
868 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
890 (c)>=(trie)->highStart ? \
900 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
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...]
/external/icu4c/common/
H A Dutrie2_impl.h151 UChar32 highStart; member in struct:UNewTrie2
H A Dutrie2.cpp44 if(c>=trie->highStart && (!U_IS_LEAD(c) || fromLSCP)) {
175 tempTrie.highStart=header->shiftedHighStart<<UTRIE2_SHIFT_1;
293 trie->highStart=0;
523 UChar32 c, prev, highStart; local
551 highStart=trie->highStart;
563 for(c=start; c<limit && c<highStart;) {
668 /* c==highStart<limit */
H A Dutrie2.h49 * the starting code point ("highStart") and the value are stored.
50 * - For supplementary code points U+10000..highStart-1 a three-table lookup
710 UChar32 highStart; member in struct:UTrie2
802 * Variable length, for code points up to highStart, where the last single-value range starts.
870 /** Internal trie getter from a supplementary code point below highStart. Returns the data index. */
892 (c)>=(trie)->highStart ? \
902 (trie)->data[(c)>=(trie)->highStart ? (trie)->highValueIndex : \
H A Dutrie2_builder.cpp133 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...]

Completed in 103 milliseconds