Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.h178 uint32_t getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const;
207 * returned by getTertiaryBefore(). If s!=0 then t can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp143 CollationRootElements::getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const { in getTertiaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp477 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationrootelements.h178 uint32_t getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const;
207 * returned by getTertiaryBefore(). If s!=0 then t can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp143 CollationRootElements::getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const { in getTertiaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp477 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationrootelements.h178 uint32_t getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const;
207 * returned by getTertiaryBefore(). If s!=0 then t can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp143 CollationRootElements::getTertiaryBefore(uint32_t p, uint32_t s, uint32_t t) const { in getTertiaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp475 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRootElements.java272 int getTertiaryBefore(long p, int s, int t) { in getTertiaryBefore() method in CollationRootElements
380 * returned by getTertiaryBefore(). If s!=0 then t can be BEFORE_WEIGHT16.
H A DCollationBuilder.java273 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRootElements.java274 int getTertiaryBefore(long p, int s, int t) { in getTertiaryBefore() method in CollationRootElements
382 * returned by getTertiaryBefore(). If s!=0 then t can be BEFORE_WEIGHT16.
H A DCollationBuilder.java277 weight16 = rootElements.getTertiaryBefore(p, s, t); in getWeight16Before()

Completed in 25 milliseconds