Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dregextst.cpp311 static int32_t inv_next=0; variable
320 inv_next+=length; in regextst_openUTF8FromInvariant()
323 if(inv_next+length+1>INV_BUFSIZ) { in regextst_openUTF8FromInvariant()
325 __FILE__, __LINE__, INV_BUFSIZ, (inv_next+length+1)); in regextst_openUTF8FromInvariant()
330 unsigned char *buf = (unsigned char*)inv_buf+inv_next; in regextst_openUTF8FromInvariant()
332 inv_next+=length; in regextst_openUTF8FromInvariant()
335 fprintf(stderr, " Note: INV_BUFSIZ at %d, used=%d\n", INV_BUFSIZ, inv_next); in regextst_openUTF8FromInvariant()
5183 if(inv_next>=INV_BUFSIZ) { in CheckInvBufSize()
5185 __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize()
5187 logln("%s: INV_BUFSIZ is %d, usage %d\n", __FILE__, INV_BUFSIZ, inv_next); in CheckInvBufSize()