HomeSort by relevance Sort by last modified time
    Searched refs:pivotLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 80 pivotLength = atoi(options[PIVOT_LENGTH].value);
81 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) {
99 int32_t chunkLength, pivotLength;
299 pivotLimit=pivot+testcase.pivotLength;
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 80 pivotLength = atoi(options[PIVOT_LENGTH].value);
81 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) {
99 int32_t chunkLength, pivotLength;
299 pivotLimit=pivot+testcase.pivotLength;

Completed in 129 milliseconds