/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationFastLatin.java | 31 public static final int LATIN_LIMIT = LATIN_MAX + 1; field in CollationFastLatin 39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); 187 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex() 207 if(primaries.length != LATIN_LIMIT) { in getOptions() 266 for(int c = 0; c < LATIN_LIMIT; ++c) { in getOptions() 319 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 355 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 411 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 440 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 671 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup() [all …]
|
D | CollationDataReader.java | 464 char[] fastLatinPrimaries = new char[CollationFastLatin.LATIN_LIMIT]; in read()
|
D | CollationFastLatinBuilder.java | 196 if(c == CollationFastLatin.LATIN_LIMIT) { in getCEs()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationFastLatin.java | 35 public static final int LATIN_LIMIT = LATIN_MAX + 1; field in CollationFastLatin 43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); 191 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex() 211 if(primaries.length != LATIN_LIMIT) { in getOptions() 270 for(int c = 0; c < LATIN_LIMIT; ++c) { in getOptions() 323 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 359 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 415 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 444 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 675 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup() [all …]
|
D | CollationDataReader.java | 465 char[] fastLatinPrimaries = new char[CollationFastLatin.LATIN_LIMIT]; in read()
|
D | CollationFastLatinBuilder.java | 197 if(c == CollationFastLatin.LATIN_LIMIT) { in getCEs()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationfastlatin.cpp | 31 U_ASSERT(capacity == LATIN_LIMIT); in getOptions() 32 if(capacity != LATIN_LIMIT) { return -1; } in getOptions() 88 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) { in getOptions() 146 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 177 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 228 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 253 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 802 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup() 823 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8() 847 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8Unsafe() [all …]
|
D | collationfastlatin.h | 39 static const int32_t LATIN_LIMIT = LATIN_MAX + 1; variable 47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); 195 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()
|
D | collationfastlatinbuilder.cpp | 209 if(c == CollationFastLatin::LATIN_LIMIT) { in getCEs() 651 if(c >= CollationFastLatin::LATIN_LIMIT) { in encodeContractions() 652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()
|
D | collationdatareader.cpp | 417 uint16_t fastLatinPrimaries[CollationFastLatin::LATIN_LIMIT]; in read()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationfastlatin.cpp | 31 U_ASSERT(capacity == LATIN_LIMIT); in getOptions() 32 if(capacity != LATIN_LIMIT) { return -1; } in getOptions() 88 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) { in getOptions() 146 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 177 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 228 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 253 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 802 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup() 823 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8() 847 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8Unsafe() [all …]
|
D | collationfastlatin.h | 39 static const int32_t LATIN_LIMIT = LATIN_MAX + 1; variable 47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); 195 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()
|
D | collationfastlatinbuilder.cpp | 209 if(c == CollationFastLatin::LATIN_LIMIT) { in getCEs() 651 if(c >= CollationFastLatin::LATIN_LIMIT) { in encodeContractions() 652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()
|
D | collationdatareader.cpp | 417 uint16_t fastLatinPrimaries[CollationFastLatin::LATIN_LIMIT]; in read()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationfastlatin.cpp | 31 U_ASSERT(capacity == LATIN_LIMIT); in getOptions() 32 if(capacity != LATIN_LIMIT) { return -1; } in getOptions() 88 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) { in getOptions() 146 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 177 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 228 leftPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 253 rightPair = table[c - PUNCT_START + LATIN_LIMIT]; in compareUTF16() 802 return table[c - PUNCT_START + LATIN_LIMIT]; in lookup() 823 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8() 847 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF in lookupUTF8Unsafe() [all …]
|
D | collationfastlatin.h | 39 static const int32_t LATIN_LIMIT = LATIN_MAX + 1; variable 47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); 195 return c - (PUNCT_START - LATIN_LIMIT); in getCharIndex()
|
D | collationfastlatinbuilder.cpp | 209 if(c == CollationFastLatin::LATIN_LIMIT) { in getCEs() 651 if(c >= CollationFastLatin::LATIN_LIMIT) { in encodeContractions() 652 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT; in encodeContractions()
|
D | collationdatareader.cpp | 417 uint16_t fastLatinPrimaries[CollationFastLatin::LATIN_LIMIT]; in read()
|