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

  /external/icu/icu4c/source/i18n/
collationfastlatinbuilder.h 68 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
collationfastlatinbuilder.cpp 585 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) {
589 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) {
615 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS;
617 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) {
665 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0);
collationfastlatin.h 45 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START);
173 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
collationfastlatin.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 325 milliseconds