Searched refs:INV_BUFSIZ (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp312 * INV_BUFSIZ is too small. It's only used on EBCDIC systems.
315 #define INV_BUFSIZ 2048 /* increase this if too small */ macro
320 static char inv_buf[INV_BUFSIZ];
329 if(inv_next+length+1>INV_BUFSIZ) {
330 fprintf(stderr, "%s:%d Error: INV_BUFSIZ #defined to be %d but needs to be at least %d.\n",
331 __FILE__, __LINE__, INV_BUFSIZ, (inv_next+length+1));
341 fprintf(stderr, " Note: INV_BUFSIZ at %d, used=%d\n", INV_BUFSIZ, inv_next);
5231 if(inv_next>=INV_BUFSIZ) {
5232 errln("%s: increase #define of INV_BUFSIZ ( i
[all...]

Completed in 76 milliseconds