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