Searched refs:bounds1 (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbiapts.cpp | 598 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local 607 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 625 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local 634 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 650 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 19, 20, 21, 23, 24, 25, 26}; in TestRuleStatus() local 669 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 675 if (pos != bounds1[i]) { in TestRuleStatus() 860 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local 869 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190()
|
D | rbbitst.cpp | 340 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; in TestStatusReturn() local 354 if (pos != bounds1[i]) { in TestStatusReturn() 355 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos); in TestStatusReturn()
|