Searched refs:getSecondaryBefore (Results 1 - 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | collationrootelements.h | 175 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 D | collationrootelements.cpp | 119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
|
H A D | collationbuilder.cpp | 475 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationrootelements.h | 175 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 D | collationrootelements.cpp | 119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
|
H A D | collationbuilder.cpp | 475 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationrootelements.h | 175 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 D | collationrootelements.cpp | 119 CollationRootElements::getSecondaryBefore(uint32_t p, uint32_t s) const { in getSecondaryBefore() function in CollationRootElements
|
H A D | collationbuilder.cpp | 473 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationRootElements.java | 248 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 D | CollationBuilder.java | 271 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRootElements.java | 250 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 D | CollationBuilder.java | 275 weight16 = rootElements.getSecondaryBefore(p, s); in getWeight16Before()
|
Completed in 18 milliseconds