Searched refs:dataCE (Results 1 – 14 of 14) sorted by relevance
124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() argument125 uint32_t p = (uint32_t)(dataCE >> 32); // three-byte primary pppppp00 in getThreeBytePrimaryForOffsetData()126 …int32_t lower32 = (int32_t)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible) in getThreeBytePrimaryForOffsetData()
116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local117 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
358 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local359 if(isCompressiblePrimary(primary)) { dataCE |= 0x80; } in maybeSetPrimaryRange()360 int32_t index = addCE(dataCE, errorCode); in maybeSetPrimaryRange()399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local400 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local158 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
564 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {565 long p = dataCE >>> 32; // three-byte primary pppppp00566 int lower32 = (int)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible)
112 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local113 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
174 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local175 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
400 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local401 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
562 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {563 long p = dataCE >>> 32; // three-byte primary pppppp00564 int lower32 = (int)dataCE; // base code point b & step s: bbbbbbss (bit 7: isCompressible)
110 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local111 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
172 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local173 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
399 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local400 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...