• Home
  • Raw
  • Download

Lines Matching refs:maxTestStrings

70     int32_t maxTestStrings;  member in Strcoll
78maxTestStrings = 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 StrcollUTF8
190maxTestStrings = 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()
209 …stStringsJ = 0; U_SUCCESS(*status) && j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
224 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()
482 int32_t maxTestStrings; member in CppCompare
490maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in CppCompare()
501 int32_t divisor = source->count / maxTestStrings; in call()
504 …for (int32_t i = 0, numTestStringsI = 0; i < source->count && numTestStringsI < maxTestStrings; i+… in call()
508 … (int32_t j = 0, numTestStringsJ = 0; j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
523 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()
592 int32_t maxTestStrings; member in CppCompareUTF8
600maxTestStrings = source->count > MAX_TEST_STRINGS_FOR_PERMUTING ? MAX_TEST_STRINGS_FOR_PERMUTING :… in CppCompareUTF8()
611 int32_t divisor = source->count / maxTestStrings; in call()
614 …stStringsI = 0; U_SUCCESS(*status) && i < source->count && numTestStringsI < maxTestStrings; i++) { in call()
623 …stStringsJ = 0; U_SUCCESS(*status) && j < source->count && numTestStringsJ < maxTestStrings; j++) { in call()
643 return maxTestStrings * maxTestStrings; in getOperationsPerIteration()