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