Lines Matching refs:startMap
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
1159 int32_t startMapLimit = UPRV_LENGTHOF(startMap); in ErrorTest()
1164 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest()
1172 TEST_ASSERT(cpIndex == startMap[i]); in ErrorTest()