Searched refs:maxTestStrings (Results 1 – 1 of 1) sorted by relevance
70 int32_t maxTestStrings; member in Strcoll78 …maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in Strcoll()90 int32_t divisor = source->count / maxTestStrings; in call()93 …for (int32_t i = 0, numTestStringsI = 0; i < source->count && numTestStringsI < maxTestStrings; i+… in call()97 … (int32_t j = 0, numTestStringsJ = 0; j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()112 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()182 int32_t maxTestStrings; member in StrcollUTF8190 …maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in StrcollUTF8()202 int32_t divisor = source->count / maxTestStrings; in call()205 …stStringsI = 0; U_SUCCESS(*status) && i < source->count && numTestStringsI < maxTestStrings; i++) { in call()[all …]