Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java837 CollationWeights cw1c = new CollationWeights(); // compressible primary weights in TestRootElements() local
842 cw1c.initForPrimary(true); in TestRootElements()
879 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
884 newWeight = cw1c.nextWeight(); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java836 CollationWeights cw1c = new CollationWeights(); // compressible primary weights in TestRootElements() local
841 cw1c.initForPrimary(true); in TestRootElements()
878 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
883 newWeight = cw1c.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp774 CollationWeights cw1c; // compressible primary weights in TestRootElements() local
779 cw1c.initForPrimary(TRUE); in TestRootElements()
814 if(!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
818 newWeight = cw1c.nextWeight(); in TestRootElements()