Home
last modified time | relevance | path

Searched refs:getThreeBytePrimaryForOffsetData (Results 1 – 25 of 28) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dcollation.cpp124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() function in Collation
Dcollationdata.h117 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
Dcollation.h482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
Dcollationsets.cpp158 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
/third_party/node/deps/icu-small/source/i18n/
Dcollation.cpp124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() function in Collation
Dcollationdata.h117 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
Dcollation.h482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
Dcollationsets.cpp158 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
Dcollationdatabuilder.cpp406 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollation.cpp124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() function in Collation
Dcollationdata.h117 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
Dcollation.h482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
Dcollationsets.cpp158 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollation.cpp124 Collation::getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE) { in getThreeBytePrimaryForOffsetData() function in Collation
Dcollationdata.h117 return Collation::makeCE(Collation::getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
Dcollation.h482 static uint32_t getThreeBytePrimaryForOffsetData(UChar32 c, int64_t dataCE);
Dcollationsets.cpp158 uint32_t p = Collation::getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollation.java564 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {
DCollationData.java113 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
DTailoredSet.java175 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
DCollationDataBuilder.java401 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java562 static long getThreeBytePrimaryForOffsetData(int c, long dataCE) {
DCollationData.java111 return Collation.makeCE(Collation.getThreeBytePrimaryForOffsetData(c, dataCE)); in getCEFromOffsetCE32()
DTailoredSet.java173 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in compare()
DCollationDataBuilder.java400 long p = Collation.getThreeBytePrimaryForOffsetData(c, dataCE); in getCE32FromOffsetCE32()

12