Home
last modified time | relevance | path

Searched refs:testMoreSize (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
Dencoll.c264 int32_t testMoreSize; in TestTertiary() local
291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]); in TestTertiary()
292 for (i = 0; i < testMoreSize; i++) in TestTertiary()
294 for (j = 0; j < testMoreSize; j++) in TestTertiary()
/external/icu4c/test/intltest/
Dencoll.cpp263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0])); in TestTertiary() local
264 for (i = 0; i < testMoreSize; i++) in TestTertiary()
266 for (j = 0; j < testMoreSize; j++) in TestTertiary()