Searched refs:startMap (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 1003 int32_t startMap[] = { 0, 0, 2, 2, 2, 5, 5, 5, 5, 9, 9}; in ErrorTest() local 1020 int32_t startMapLimit = UPRV_LENGTHOF(startMap); in ErrorTest() 1024 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest() 1026 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest() 1034 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest() 1079 int32_t startMap[] ={ 0, 1, 1, 3, 4, 4, 6, 6}; in ErrorTest() local 1091 int32_t startMapLimit = UPRV_LENGTHOF(startMap); in ErrorTest() 1096 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest() 1104 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest() 1147 int32_t startMap[] ={ 0, 1, 1, 3, 4, 4, 6, 6}; in ErrorTest() local [all …]
|