Searched refs:maxTestStrings (Results 1 – 1 of 1) sorted by relevance
66 int32_t maxTestStrings; member in Strcoll74 …maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in Strcoll()86 int32_t divisor = source->count / maxTestStrings; in call()89 …for (int32_t i = 0, numTestStringsI = 0; i < source->count && numTestStringsI < maxTestStrings; i+… in call()93 … (int32_t j = 0, numTestStringsJ = 0; j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()108 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()178 int32_t maxTestStrings; member in StrcollUTF8186 …maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in StrcollUTF8()198 int32_t divisor = source->count / maxTestStrings; in call()201 …stStringsI = 0; U_SUCCESS(*status) && i < source->count && numTestStringsI < maxTestStrings; i++) { in call()[all …]