Home | History | Annotate | Download | only in intltest

Lines Matching defs:bounds1

601      int32_t bounds1[] = {0, 3, 6, 7, 8, 11};
610 doBoundaryTest(*bi, testString1, bounds1);
628 int32_t bounds1[] = {0, 6, 7, 10, 11, 12};
637 doBoundaryTest(*bi, testString1, bounds1);
655 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21};
672 doBoundaryTest(*bi, testString1, bounds1);
678 if (pos != bounds1[i]) {
863 int32_t bounds1[] = {0, 4, 8};
872 doBoundaryTest(*bi, testString1, bounds1);