Home
last modified time | relevance | path

Searched refs:CONTR_LENGTH_SHIFT (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java85 * Use CONTR_LENGTH_SHIFT for the length of the entry
175 static final int CONTR_LENGTH_SHIFT = 9; field in CollationFastLatin
716 i += head >> CONTR_LENGTH_SHIFT; in nextPair()
726 int length = table[index] >> CONTR_LENGTH_SHIFT; in nextPair()
H A DCollationFastLatinBuilder.java579 result.append((char)(x | (1 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
581 result.append((char)(x | (2 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
584 result.append((char)(x | (3 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatin.java89 * Use CONTR_LENGTH_SHIFT for the length of the entry
179 static final int CONTR_LENGTH_SHIFT = 9; field in CollationFastLatin
720 i += head >> CONTR_LENGTH_SHIFT; in nextPair()
730 int length = table[index] >> CONTR_LENGTH_SHIFT; in nextPair()
H A DCollationFastLatinBuilder.java580 result.append((char)(x | (1 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
582 result.append((char)(x | (2 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
585 result.append((char)(x | (3 << CollationFastLatin.CONTR_LENGTH_SHIFT))); in encodeContractions()
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp616 result.append((UChar)(x | (1 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
618 result.append((UChar)(x | (2 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
621 result.append((UChar)(x | (3 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
H A Dcollationfastlatin.h93 * Use CONTR_LENGTH_SHIFT for the length of the entry
183 static const uint32_t CONTR_LENGTH_SHIFT = 9; member in CollationFastLatin
298 * Bits 10..9: Length of the result (1..3), see comments on CONTR_LENGTH_SHIFT.
H A Dcollationfastlatin.cpp923 i += head >> CONTR_LENGTH_SHIFT; in nextPair()
933 int32_t length = table[index] >> CONTR_LENGTH_SHIFT; in nextPair()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp616 result.append((char16_t)(x | (1 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
618 result.append((char16_t)(x | (2 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
621 result.append((char16_t)(x | (3 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
H A Dcollationfastlatin.h93 * Use CONTR_LENGTH_SHIFT for the length of the entry
183 static const uint32_t CONTR_LENGTH_SHIFT = 9; member in CollationFastLatin
298 * Bits 10..9: Length of the result (1..3), see comments on CONTR_LENGTH_SHIFT.
H A Dcollationfastlatin.cpp923 i += head >> CONTR_LENGTH_SHIFT; in nextPair()
933 int32_t length = table[index] >> CONTR_LENGTH_SHIFT; in nextPair()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatinbuilder.cpp616 result.append((UChar)(x | (1 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
618 result.append((UChar)(x | (2 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
621 result.append((UChar)(x | (3 << CollationFastLatin::CONTR_LENGTH_SHIFT))); in encodeContractions()
H A Dcollationfastlatin.h93 * Use CONTR_LENGTH_SHIFT for the length of the entry
183 static const uint32_t CONTR_LENGTH_SHIFT = 9; member in CollationFastLatin
298 * Bits 10..9: Length of the result (1..3), see comments on CONTR_LENGTH_SHIFT.
H A Dcollationfastlatin.cpp923 i += head >> CONTR_LENGTH_SHIFT; in nextPair()
933 int32_t length = table[index] >> CONTR_LENGTH_SHIFT; in nextPair()

Completed in 15 milliseconds