HomeSort by relevance Sort by last modified time
    Searched defs:PUNCT_START (Results 1 - 2 of 2) 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);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 49 milliseconds