Searched refs:BUF_CAP (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 145 enum { BUF_CAP = 128 }; in TestAPI() enumerator 146 char buf[BUF_CAP], buf2[BUF_CAP]; in TestAPI() 159 utrans_getAvailableID(i, buf, BUF_CAP); in TestAPI() 168 utrans_getAvailableID(0, buf, BUF_CAP); in TestAPI() 177 utrans_getID(trans, buf2, BUF_CAP); in TestAPI() 255 enum { BUF_CAP = 128 }; in TestOpenInverse() enumerator 256 char buf1[BUF_CAP]; in TestOpenInverse() 290 utrans_getID(inverse1, buf1, BUF_CAP); in TestOpenInverse() 305 enum { BUF_CAP = 128 }; in TestClone() enumerator 306 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; in TestClone() [all …]
|