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

/external/icu4c/test/intltest/
H A Dregextst.cpp306 * INV_BUFSIZ is too small. It's only used on EBCDIC systems.
309 #define INV_BUFSIZ 2048 /* increase this if too small */ macro
314 static char inv_buf[INV_BUFSIZ];
323 if(inv_next+length+1>INV_BUFSIZ) {
324 fprintf(stderr, "%s:%d Error: INV_BUFSIZ #defined to be %d but needs to be at least %d.\n",
325 __FILE__, __LINE__, INV_BUFSIZ, (inv_next+length+1));
335 fprintf(stderr, " Note: INV_BUFSIZ at %d, used=%d\n", INV_BUFSIZ, inv_next);
5183 if(inv_next>=INV_BUFSIZ) {
5184 errln("%s: increase #define of INV_BUFSIZ ( i
[all...]

Completed in 33 milliseconds