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

  /external/icu4c/test/intltest/
encoll.cpp 263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0]));
264 for (i = 0; i < testMoreSize; i++)
266 for (j = 0; j < testMoreSize; j++)
  /external/icu4c/test/cintltst/
encoll.c 264 int32_t testMoreSize;
291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]);
292 for (i = 0; i < testMoreSize; i++)
294 for (j = 0; j < testMoreSize; j++)

Completed in 130 milliseconds