Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java570 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights() method in CollationTest
625 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1); in TestCollationWeights()
626 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254); in TestCollationWeights()
628 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255); in TestCollationWeights()
630 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254); in TestCollationWeights()
636 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516); in TestCollationWeights()
638 checkAllocWeights(cw, 0x10ff0000L, 0x11040000L, 2, 2, 2); in TestCollationWeights()
640 checkAllocWeights(cw, 0x1020ff00L, 0x10210400L, 2, 3, 2); in TestCollationWeights()
646 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 252, 1, 1); in TestCollationWeights()
647 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 252, 2, 251); in TestCollationWeights()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java574 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights() method in CollationTest
629 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1); in TestCollationWeights()
630 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254); in TestCollationWeights()
632 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255); in TestCollationWeights()
634 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254); in TestCollationWeights()
640 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516); in TestCollationWeights()
642 checkAllocWeights(cw, 0x10ff0000L, 0x11040000L, 2, 2, 2); in TestCollationWeights()
644 checkAllocWeights(cw, 0x1020ff00L, 0x10210400L, 2, 3, 2); in TestCollationWeights()
650 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 252, 1, 1); in TestCollationWeights()
651 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 252, 2, 251); in TestCollationWeights()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp81 void checkAllocWeights(CollationWeights &cw,
504 void CollationTest::checkAllocWeights(CollationWeights &cw, in checkAllocWeights() function in CollationTest
546 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 1, 1); in TestCollationWeights()
547 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 2, 254); in TestCollationWeights()
549 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 260, 2, 255); in TestCollationWeights()
551 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 600, 2, 254); in TestCollationWeights()
557 checkAllocWeights(cw, 0x10fffe00, 0x12020300, 1 + 64516 + 254 + 1, 3, 64516); in TestCollationWeights()
559 checkAllocWeights(cw, 0x10ff0000, 0x11040000, 2, 2, 2); in TestCollationWeights()
561 checkAllocWeights(cw, 0x1020ff00, 0x10210400, 2, 3, 2); in TestCollationWeights()
567 checkAllocWeights(cw, 0x10000000, 0x13000000, 252, 1, 1); in TestCollationWeights()
[all …]