Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.h175 uint32_t getSecondaryBefore(uint32_t p, uint32_t s) const;
196 * returned by getSecondaryBefore(). If p!=0 then s can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp475 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationrootelements.h175 uint32_t getSecondaryBefore(uint32_t p, uint32_t s) const;
196 * returned by getSecondaryBefore(). If p!=0 then s can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp475 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationrootelements.h175 uint32_t getSecondaryBefore(uint32_t p, uint32_t s) const;
196 * returned by getSecondaryBefore(). If p!=0 then s can be BEFORE_WEIGHT16.
H A Dcollationrootelements.cpp119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
H A Dcollationbuilder.cpp473 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRootElements.java248 int getSecondaryBefore(long p, int s) { in getSecondaryBefore() method in CollationRootElements
346 * returned by getSecondaryBefore(). If p!=0 then s can be BEFORE_WEIGHT16.
H A DCollationBuilder.java271 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationRootElements.java250 int getSecondaryBefore(long p, int s) { in getSecondaryBefore() method in CollationRootElements
348 * returned by getSecondaryBefore(). If p!=0 then s can be BEFORE_WEIGHT16.
H A DCollationBuilder.java275 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()

Completed in 18 milliseconds