Home
last modified time | relevance | path

Searched refs:cw1u (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java843 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
848 cw1u.initForPrimary(false); in TestRootElements()
892 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
897 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java840 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
845 cw1u.initForPrimary(false); in TestRootElements()
889 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
894 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp771 CollationWeights cw1u; // uncompressible primary weights in TestRootElements() local
776 cw1u.initForPrimary(FALSE); in TestRootElements()
817 if(!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
821 newWeight = cw1u.nextWeight(); in TestRootElements()