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

/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp86 void checkAllocWeights(CollationWeights &cw,
497 void CollationTest::checkAllocWeights(CollationWeights &cw, function in class:CollationTest
539 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 1, 1);
540 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 2, 254);
542 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 260, 2, 255);
544 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 600, 2, 254);
550 checkAllocWeights(cw, 0x10fffe00, 0x12020300, 1 + 64516 + 254 + 1, 3, 64516);
552 checkAllocWeights(cw, 0x10ff0000, 0x11040000, 2, 2, 2);
554 checkAllocWeights(cw, 0x1020ff00, 0x10210400, 2, 3, 2);
560 checkAllocWeights(c
[all...]

Completed in 65 milliseconds