Searched refs:nextMap (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1004 int32_t nextMap[] = { 2, 2, 5, 5, 5, 9, 9, 9, 9, 9, 9}; in ErrorTest() local 1042 TEST_ASSERT(cpIndex == nextMap[i]); in ErrorTest() 1080 int32_t nextMap[] = { 1, 3, 3, 4, 6, 6, 6, 6}; in ErrorTest() local 1112 TEST_ASSERT(cpIndex == nextMap[i]); in ErrorTest() 1148 int32_t nextMap[] = { 1, 3, 3, 4, 6, 6, 6, 6}; in ErrorTest() local 1180 TEST_ASSERT(cpIndex == nextMap[i]); in ErrorTest()
|