Home
last modified time | relevance | path

Searched refs:getFirstPrimary (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcollationrootelements.h145 uint32_t getFirstPrimary() const { in getFirstPrimary() function
153 return Collation::makeCE(getFirstPrimary()); in getFirstPrimaryCE()
Dcollationbuilder.cpp346 if(p <= rootElements.getFirstPrimary()) { in addReset()
/third_party/node/deps/icu-small/source/i18n/
Dcollationrootelements.h145 uint32_t getFirstPrimary() const { in getFirstPrimary() function
153 return Collation::makeCE(getFirstPrimary()); in getFirstPrimaryCE()
Dcollationbuilder.cpp346 if(p <= rootElements.getFirstPrimary()) { in addReset()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationrootelements.h145 uint32_t getFirstPrimary() const { in getFirstPrimary() function
153 return Collation::makeCE(getFirstPrimary()); in getFirstPrimaryCE()
Dcollationbuilder.cpp344 if(p <= rootElements.getFirstPrimary()) { in addReset()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationRootElements.java135 long getFirstPrimary() { in getFirstPrimary() method in CollationRootElements
143 return Collation.makeCE(getFirstPrimary()); in getFirstPrimaryCE()
DCollationBuilder.java152 if(p <= rootElements.getFirstPrimary()) { in addReset()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRootElements.java133 long getFirstPrimary() { in getFirstPrimary() method in CollationRootElements
141 return Collation.makeCE(getFirstPrimary()); in getFirstPrimaryCE()
DCollationBuilder.java148 if(p <= rootElements.getFirstPrimary()) { in addReset()