Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp34 #define OUTPUT_CAPACITY INPUT_CAPACITY macro
39 static UChar output[OUTPUT_CAPACITY];
40 static char intermediate[OUTPUT_CAPACITY];
78 if (chunkLength < 1 || OUTPUT_CAPACITY < chunkLength) { in UtfPerformanceTest()
79 fprintf(stderr, "error: chunk length must be 1..%ld\n", (long)OUTPUT_CAPACITY); in UtfPerformanceTest()
181 pOutLimit=output+OUTPUT_CAPACITY; in call()