Searched refs:pivotLength (Results 1 – 1 of 1) sorted by relevance
79 pivotLength = atoi(options[PIVOT_LENGTH].value); in UtfPerformanceTest()80 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) { in UtfPerformanceTest()98 int32_t chunkLength, pivotLength; member in UtfPerformanceTest298 pivotLimit=pivot+testcase.pivotLength; in call()