Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollation.cpp122 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() argument
123 uint32_t p = (uint32_t)(dataCE >> 32); // three-byte primary pppppp00 in getThreeBytePrimaryForOffsetData()
124 …int32_t lower32 = (int32_t)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible) in getThreeBytePrimaryForOffsetData()
Dcollationdata.h114 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
115 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
Dcollation.h480 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
Dcollationdatabuilder.cpp356 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local
357 if(isCompressiblePrimary(primary)) { dataCE |= 0x80; } in maybeSetPrimaryRange()
358 int32_t index = addCE(dataCE, errorCode); in maybeSetPrimaryRange()
397 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
398 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
Dcollationsets.cpp155 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local
156 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollation.java562 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {
563 long p = dataCE >>> 32; // three-byte primary pppppp00
564 int lower32 = (int)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible)
DCollationData.java110 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
111 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
DTailoredSet.java171 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local
172 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
DCollationDataBuilder.java398 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
399 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java560 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {
561 long p = dataCE >>> 32; // three-byte primary pppppp00
562 int lower32 = (int)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible)
DCollationData.java108 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
109 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
DTailoredSet.java169 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local
170 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
DCollationDataBuilder.java397 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
398 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()