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.java838 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
843 cw1u.initForPrimary(false); in TestRootElements()
887 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
892 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java837 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
842 cw1u.initForPrimary(false); in TestRootElements()
886 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
891 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp775 CollationWeights cw1u; // uncompressible primary weights in TestRootElements() local
780 cw1u.initForPrimary(FALSE); in TestRootElements()
821 if(!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
825 newWeight = cw1u.nextWeight(); in TestRootElements()