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

/external/icu/icu4c/source/i18n/
H A Dcollationweights.h76 uint32_t nextWeight();
H A Dcollationbuilder.cpp1461 t = tertiaries.nextWeight();
1513 s = secondaries.nextWeight();
1542 p = primaries.nextWeight();
H A Dcollationweights.cpp548 CollationWeights::nextWeight() { function in class:CollationWeights
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationTest.java570 long w = cw.nextWeight();
575 + n + ").nextWeight() returns only "
583 + n + ").nextWeight() number "
598 + n + ").nextWeight() returns only "
889 newWeight = cw1c.nextWeight();
897 newWeight = cw1u.nextWeight();
914 long newWeight = cw2.nextWeight();
930 long newWeight = cw3.nextWeight();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java567 long w = cw.nextWeight();
572 + n + ").nextWeight() returns only "
580 + n + ").nextWeight() number "
595 + n + ").nextWeight() returns only "
886 newWeight = cw1c.nextWeight();
894 newWeight = cw1u.nextWeight();
911 long newWeight = cw2.nextWeight();
927 long newWeight = cw3.nextWeight();
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java1205 t = (int)tertiaries.nextWeight();
1256 s = (int)secondaries.nextWeight();
1284 p = primaries.nextWeight();
H A DCollationWeights.java140 public long nextWeight() { method in class:CollationWeights
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java1201 t = (int)tertiaries.nextWeight();
1252 s = (int)secondaries.nextWeight();
1280 p = primaries.nextWeight();
H A DCollationWeights.java138 public long nextWeight() { method in class:CollationWeights
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp513 uint32_t w = cw.nextWeight();
515 errln("CollationWeights::allocWeights(%lx, %lx, %ld).nextWeight() "
521 errln("CollationWeights::allocWeights(%lx, %lx, %ld).nextWeight() "
530 errln("CollationWeights::allocWeights(%lx, %lx, %ld).nextWeight() "
814 newWeight = cw1c.nextWeight();
821 newWeight = cw1u.nextWeight();
834 uint32_t newWeight = cw2.nextWeight();
846 uint32_t newWeight = cw3.nextWeight();

Completed in 467 milliseconds