Home
last modified time | relevance | path

Searched refs:firstCEWithPrimaryAtLeast (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.h166 int64_t firstCEWithPrimaryAtLeast(uint32_t p) const;
H A Dcollationrootelements.cpp71 CollationRootElements::firstCEWithPrimaryAtLeast(uint32_t p) const { in firstCEWithPrimaryAtLeast() function in CollationRootElements
H A Dcollationbuilder.cpp555 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
562 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationrootelements.h166 int64_t firstCEWithPrimaryAtLeast(uint32_t p) const;
H A Dcollationrootelements.cpp71 CollationRootElements::firstCEWithPrimaryAtLeast(uint32_t p) const { in firstCEWithPrimaryAtLeast() function in CollationRootElements
H A Dcollationbuilder.cpp555 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
562 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationrootelements.h166 int64_t firstCEWithPrimaryAtLeast(uint32_t p) const;
H A Dcollationrootelements.cpp71 CollationRootElements::firstCEWithPrimaryAtLeast(uint32_t p) const { in firstCEWithPrimaryAtLeast() function in CollationRootElements
H A Dcollationbuilder.cpp553 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
560 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRootElements.java197 long firstCEWithPrimaryAtLeast(long p) { in firstCEWithPrimaryAtLeast() method in CollationRootElements
H A DCollationBuilder.java347 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
354 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRootElements.java199 long firstCEWithPrimaryAtLeast(long p) { in firstCEWithPrimaryAtLeast() method in CollationRootElements
H A DCollationBuilder.java351 ce = rootElements.firstCEWithPrimaryAtLeast(variableTop + 1); in getSpecialResetPosition()
358 ce = rootElements.firstCEWithPrimaryAtLeast( in getSpecialResetPosition()

Completed in 17 milliseconds