Searched refs:CONTRACTION_FLAG (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.h66 static const uint32_t CONTRACTION_FLAG = 0x80000000; member in class:CollationFastLatinBuilder
H A Dcollationfastlatinbuilder.cpp235 charCEs[0][0] = ((int64_t)Collation::NO_CE_PRIMARY << 32) | CONTRACTION_FLAG;
393 ce0 = ((int64_t)Collation::NO_CE_PRIMARY << 32) | CONTRACTION_FLAG | contractionIndex;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java222 charCEs[0][0] = (Collation.NO_CE_PRIMARY << 32) | CONTRACTION_FLAG;
374 ce0 = (Collation.NO_CE_PRIMARY << 32) | CONTRACTION_FLAG | contractionIndex;
678 private static final long CONTRACTION_FLAG = 0x80000000L; field in class:CollationFastLatinBuilder

Completed in 73 milliseconds