Home
last modified time | relevance | path

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

/external/icu/icu4c/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
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp513 uint32_t w = cw.nextWeight(); in checkAllocWeights()
814 newWeight = cw1c.nextWeight(); in TestRootElements()
821 newWeight = cw1u.nextWeight(); in TestRootElements()
834 uint32_t newWeight = cw2.nextWeight(); in TestRootElements()
846 uint32_t newWeight = cw3.nextWeight(); in TestRootElements()
/external/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
/external/icu/android_icu4j/src/main/java/android/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