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

/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp83 pivotLength = atoi(options[PIVOT_LENGTH].value);
84 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) {
102 int32_t chunkLength, pivotLength; member in class:UtfPerformanceTest
302 pivotLimit=pivot+testcase.pivotLength;

Completed in 129 milliseconds