HomeSort by relevance Sort by last modified time
    Searched refs:LATIN_LIMIT (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
collationfastlatin.cpp 30 U_ASSERT(capacity == LATIN_LIMIT);
31 if(capacity != LATIN_LIMIT) { return -1; }
70 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) {
129 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
160 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
211 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
236 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
786 return table[c - PUNCT_START + LATIN_LIMIT];
807 return table[(LATIN_LIMIT - 0x80) + t2]; // 2000..203F -> 0180..01BF
    [all...]
collationfastlatin.h 37 static const int32_t LATIN_LIMIT = LATIN_MAX + 1;
45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
193 return c - (PUNCT_START - LATIN_LIMIT);
206 * The capacity must be LATIN_LIMIT.
collationfastlatinbuilder.cpp 225 if(c == CollationFastLatin::LATIN_LIMIT) {
668 if(c >= CollationFastLatin::LATIN_LIMIT) {
669 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT;
collationdatareader.cpp 371 uint16_t fastLatinPrimaries[CollationFastLatin::LATIN_LIMIT];
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 241 milliseconds