HomeSort by relevance Sort by last modified time
    Searched refs:bounds1 (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp 604 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
613 doBoundaryTest(*bi, testString1, bounds1);
631 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
640 doBoundaryTest(*bi, testString1, bounds1);
658 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; local
675 doBoundaryTest(*bi, testString1, bounds1);
681 if (pos != bounds1[i]) {
867 int32_t bounds1[] = {0, 4, 8}; local
876 doBoundaryTest(*bi, testString1, bounds1);
    [all...]
rbbitst.cpp 348 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local
362 if (pos != bounds1[i]) {
363 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos);
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp 591 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; local
600 doBoundaryTest(*bi, testString1, bounds1);
618 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; local
627 doBoundaryTest(*bi, testString1, bounds1);
643 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 19, 20, 21, 23, 24, 25, 26}; local
662 doBoundaryTest(*bi, testString1, bounds1);
668 if (pos != bounds1[i]) {
854 int32_t bounds1[] = {0, 4, 8}; local
863 doBoundaryTest(*bi, testString1, bounds1);
    [all...]
rbbitst.cpp 378 int32_t bounds1[] = {0, 3, 6, 7, 8, 11, 12, 16, 17, 19, 20, 25, 27, 28, -1}; local
392 if (pos != bounds1[i]) {
393 errln("FAIL: expected break at %d, got %d\n", bounds1[i], pos);
    [all...]

Completed in 251 milliseconds