/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collation.cpp | 124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData()
|
D | collationdata.h | 116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | collationsets.cpp | 157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local
|
D | collationdatabuilder.cpp | 358 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local 399 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|
/third_party/icu/icu4c/source/i18n/ |
D | collation.cpp | 124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData()
|
D | collationdata.h | 116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | collationsets.cpp | 157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local
|
D | collationdatabuilder.cpp | 364 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collation.cpp | 124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData()
|
D | collationdata.h | 116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | collationsets.cpp | 157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local
|
D | collationdatabuilder.cpp | 364 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collation.cpp | 124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData()
|
D | collationdata.h | 116 int64_t dataCE = ces[Collation::indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | collationsets.cpp | 157 int64_t dataCE = baseData->ces[Collation::indexFromCE32(baseCE32)]; in compare() local
|
D | collationdatabuilder.cpp | 364 int64_t dataCE = ((int64_t)primary << 32) | (start << 8) | step; in maybeSetPrimaryRange() local 405 int64_t dataCE = fromBase ? base->ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 172 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local
|
D | CollationData.java | 110 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | CollationDataBuilder.java | 399 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | TailoredSet.java | 174 long dataCE = baseData.ces[Collation.indexFromCE32(baseCE32)]; in compare() local
|
D | CollationData.java | 112 long dataCE = ces[Collation.indexFromCE32(ce32)]; in getCEFromOffsetCE32() local
|
D | CollationDataBuilder.java | 400 long dataCE = fromBase ? base.ces[i] : ce64s.elementAti(i); in getCE32FromOffsetCE32() local
|