Home
last modified time | relevance | path

Searched refs:NUM_FAST_CHARS (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java534 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
538 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
561 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
563 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeContractions()
607 assert(CollationFastLatin.NUM_FAST_CHARS % 16 == 0); in encodeContractions()
685 private long[][] charCEs = new long[CollationFastLatin.NUM_FAST_CHARS][2];
H A DCollationFastLatin.java39 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin
167 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatinBuilder.java535 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
539 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeCharCEs()
562 int indexBase = headerLength + CollationFastLatin.NUM_FAST_CHARS; in encodeContractions()
564 for(int i = 0; i < CollationFastLatin.NUM_FAST_CHARS; ++i) { in encodeContractions()
608 assert(CollationFastLatin.NUM_FAST_CHARS % 16 == 0); in encodeContractions()
686 private long[][] charCEs = new long[CollationFastLatin.NUM_FAST_CHARS][2];
H A DCollationFastLatin.java43 static final int NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); field in CollationFastLatin
171 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp568 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
572 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
600 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeContractions()
648 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0); in encodeContractions()
H A Dcollationfastlatinbuilder.h74 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
H A Dcollationfastlatin.h47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); member in CollationFastLatin
175 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
H A Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp568 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
572 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
600 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeContractions()
648 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0); in encodeContractions()
H A Dcollationfastlatinbuilder.h74 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
H A Dcollationfastlatin.h47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); member in CollationFastLatin
175 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
H A Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp568 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
572 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeCharCEs()
598 int32_t indexBase = headerLength + CollationFastLatin::NUM_FAST_CHARS; in encodeContractions()
600 for(int32_t i = 0; i < CollationFastLatin::NUM_FAST_CHARS; ++i) { in encodeContractions()
648 U_ASSERT(CollationFastLatin::NUM_FAST_CHARS % 16 == 0); in encodeContractions()
H A Dcollationfastlatinbuilder.h74 int64_t charCEs[CollationFastLatin::NUM_FAST_CHARS][2];
H A Dcollationfastlatin.h47 static const int32_t NUM_FAST_CHARS = LATIN_LIMIT + (PUNCT_LIMIT - PUNCT_START); member in CollationFastLatin
175 * second contraction character, as a char index 0..NUM_FAST_CHARS-1.
H A Dcollationfastlatin.cpp861 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
870 int32_t index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()

Completed in 16 milliseconds