Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java854 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
859 cw1u.initForPrimary(false); in TestRootElements()
903 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
908 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java858 CollationWeights cw1u = new CollationWeights(); // uncompressible primary weights in TestRootElements() local
863 cw1u.initForPrimary(false); in TestRootElements()
907 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
912 newWeight = cw1u.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp773 CollationWeights cw1u; // uncompressible primary weights in TestRootElements() local
778 cw1u.initForPrimary(FALSE); in TestRootElements()
819 if(!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
823 newWeight = cw1u.nextWeight(); in TestRootElements()