Searched refs:OUTPUT_CAPACITY (Results 1 – 1 of 1) sorted by relevance
34 #define OUTPUT_CAPACITY INPUT_CAPACITY macro39 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()