Lines Matching refs:maxTestStrings

66     int32_t maxTestStrings;  member in Strcoll
74maxTestStrings = 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 StrcollUTF8
186maxTestStrings = 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()
205 …stStringsJ = 0; U_SUCCESS(*status) && j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
220 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()
478 int32_t maxTestStrings; member in CppCompare
486maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in CppCompare()
497 int32_t divisor = source->count / maxTestStrings; in call()
500 …for (int32_t i = 0, numTestStringsI = 0; i < source->count && numTestStringsI < maxTestStrings; i+… in call()
504 … (int32_t j = 0, numTestStringsJ = 0; j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
519 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()
588 int32_t maxTestStrings; member in CppCompareUTF8
596maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in CppCompareUTF8()
607 int32_t divisor = source->count / maxTestStrings; in call()
610 …stStringsI = 0; U_SUCCESS(*status) && i < source->count && numTestStringsI < maxTestStrings; i++) { in call()
619 …stStringsJ = 0; U_SUCCESS(*status) && j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
639 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()