Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java853 CollationWeights cw1c = new CollationWeights(); // compressible primary weights in TestRootElements() local
858 cw1c.initForPrimary(true); in TestRootElements()
895 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
900 newWeight = cw1c.nextWeight(); in TestRootElements()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java857 CollationWeights cw1c = new CollationWeights(); // compressible primary weights in TestRootElements() local
862 cw1c.initForPrimary(true); in TestRootElements()
899 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
904 newWeight = cw1c.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp772 CollationWeights cw1c; // compressible primary weights in TestRootElements() local
777 cw1c.initForPrimary(TRUE); in TestRootElements()
812 if(!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
816 newWeight = cw1c.nextWeight(); in TestRootElements()