Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp283 #define INV_BUFSIZ 2048 /* increase this if too small */ macro
288 static char inv_buf[INV_BUFSIZ];
297 if(inv_next+length+1>INV_BUFSIZ) { in regextst_openUTF8FromInvariant()
299 __FILE__, __LINE__, INV_BUFSIZ, (inv_next+length+1)); in regextst_openUTF8FromInvariant()
309 fprintf(stderr, " Note: INV_BUFSIZ at %d, used=%d\n", INV_BUFSIZ, inv_next); in regextst_openUTF8FromInvariant()
5557 if(inv_next>=INV_BUFSIZ) { in CheckInvBufSize()
5559 __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize()
5561 logln("%s: INV_BUFSIZ is %d, usage %d\n", __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize()