Searched refs:PIVOT_CAPACITY (Results 1 – 1 of 1) sorted by relevance
33 #define PIVOT_CAPACITY 1024 macro84 if (pivotLength < 1 || PIVOT_CAPACITY < pivotLength) { in UtfPerformanceTest()85 fprintf(stderr, "error: pivot length must be 1..%ld\n", (long)PIVOT_CAPACITY); in UtfPerformanceTest()