Home
last modified time | relevance | path

Searched refs:nextWeight (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h76 uint32_t nextWeight();
Dcollationbuilder.cpp1461 t = tertiaries.nextWeight(); in makeTailoredCEs()
1513 s = secondaries.nextWeight(); in makeTailoredCEs()
1542 p = primaries.nextWeight(); in makeTailoredCEs()
Dcollationweights.cpp548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.h76 uint32_t nextWeight();
Dcollationbuilder.cpp1460 t = tertiaries.nextWeight(); in makeTailoredCEs()
1512 s = secondaries.nextWeight(); in makeTailoredCEs()
1541 p = primaries.nextWeight(); in makeTailoredCEs()
Dcollationweights.cpp548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
/third_party/icu/icu4c/source/i18n/
Dcollationweights.h76 uint32_t nextWeight();
Dcollationbuilder.cpp1460 t = tertiaries.nextWeight(); in makeTailoredCEs()
1512 s = secondaries.nextWeight(); in makeTailoredCEs()
1541 p = primaries.nextWeight(); in makeTailoredCEs()
Dcollationweights.cpp548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h76 uint32_t nextWeight();
Dcollationbuilder.cpp1460 t = tertiaries.nextWeight(); in makeTailoredCEs()
1512 s = secondaries.nextWeight(); in makeTailoredCEs()
1541 p = primaries.nextWeight(); in makeTailoredCEs()
Dcollationweights.cpp548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java567 long w = cw.nextWeight(); in checkAllocWeights()
886 newWeight = cw1c.nextWeight(); in TestRootElements()
894 newWeight = cw1u.nextWeight(); in TestRootElements()
911 long newWeight = cw2.nextWeight(); in TestRootElements()
927 long newWeight = cw3.nextWeight(); in TestRootElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java570 long w = cw.nextWeight(); in checkAllocWeights()
889 newWeight = cw1c.nextWeight(); in TestRootElements()
897 newWeight = cw1u.nextWeight(); in TestRootElements()
914 long newWeight = cw2.nextWeight(); in TestRootElements()
930 long newWeight = cw3.nextWeight(); in TestRootElements()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp516 uint32_t w = cw.nextWeight(); in checkAllocWeights()
817 newWeight = cw1c.nextWeight(); in TestRootElements()
824 newWeight = cw1u.nextWeight(); in TestRootElements()
837 uint32_t newWeight = cw2.nextWeight(); in TestRootElements()
849 uint32_t newWeight = cw3.nextWeight(); in TestRootElements()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1201 t = (int)tertiaries.nextWeight();
1252 s = (int)secondaries.nextWeight();
1280 p = primaries.nextWeight();
DCollationWeights.java138 public long nextWeight() { in nextWeight() method in CollationWeights
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java1205 t = (int)tertiaries.nextWeight();
1256 s = (int)secondaries.nextWeight();
1284 p = primaries.nextWeight();
DCollationWeights.java140 public long nextWeight() { in nextWeight() method in CollationWeights