Searched refs:INV_BUFSIZ (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 313 #define INV_BUFSIZ 2048 /* increase this if too small */ macro 318 static char inv_buf[INV_BUFSIZ]; 327 if(inv_next+length+1>INV_BUFSIZ) { in regextst_openUTF8FromInvariant() 329 __FILE__, __LINE__, INV_BUFSIZ, (inv_next+length+1)); in regextst_openUTF8FromInvariant() 339 fprintf(stderr, " Note: INV_BUFSIZ at %d, used=%d\n", INV_BUFSIZ, inv_next); in regextst_openUTF8FromInvariant() 5603 if(inv_next>=INV_BUFSIZ) { in CheckInvBufSize() 5605 __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize() 5607 logln("%s: INV_BUFSIZ is %d, usage %d\n", __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize()
|