Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp33 #define PIVOT_CAPACITY 1024 macro
84 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) { in UtfPerformanceTest()
85 fprintf(stderr, "error: pivot length must be 1..%ld\n", (long)PIVOT_CAPACITY); in UtfPerformanceTest()