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

  /external/icu/icu4c/source/i18n/
collationfastlatin.h 41 static const int32_t PUNCT_START = 0x2000;
45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
192 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
193 return c - (PUNCT_START - LATIN_LIMIT);
collationfastlatin.cpp 128 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
129 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
159 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
160 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
210 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
211 leftPair = table[c - PUNCT_START + LATIN_LIMIT];
235 } else if(PUNCT_START <= c && c < PUNCT_LIMIT) {
236 rightPair = table[c - PUNCT_START + LATIN_LIMIT];
785 if(PUNCT_START <= c && c < PUNCT_LIMIT) {
786 return table[c - PUNCT_START + LATIN_LIMIT]
    [all...]
collationfastlatinbuilder.cpp 226 c = CollationFastLatin::PUNCT_START;
669 c = CollationFastLatin::PUNCT_START + c - CollationFastLatin::LATIN_LIMIT;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 392 milliseconds