Home
last modified time | relevance | path

Searched refs:INDEX_MASK (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java61 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin
689 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
694 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
DCollationFastLatinBuilder.java547 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()
567 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationFastLatin.java65 static final int INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions field in CollationFastLatin
693 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
698 int index = NUM_FAST_CHARS + (ce & INDEX_MASK); in nextPair()
DCollationFastLatinBuilder.java548 if(expansionIndex > CollationFastLatin.INDEX_MASK) { in encodeCharCEs()
568 if(contractionIndex > CollationFastLatin.INDEX_MASK) { in encodeContractions()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
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/icu/icu4c/source/i18n/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
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/
Dcollationfastlatin.h69 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions variable
Dcollationfastlatinbuilder.cpp581 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeCharCEs()
604 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) { in encodeContractions()
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()