Home
last modified time | relevance | path

Searched refs:pivotLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp79 pivotLength = atoi(options[PIVOT_LENGTH].value); in UtfPerformanceTest()
80 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) { in UtfPerformanceTest()
98 int32_t chunkLength, pivotLength; member in UtfPerformanceTest
298 pivotLimit=pivot+testcase.pivotLength; in call()