Lines Matching refs:BUF_CAP
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()
323 utrans_getID(t1, buf1, BUF_CAP); in TestClone()
324 utrans_getID(t2, buf2, BUF_CAP); in TestClone()
325 utrans_getID(t3, buf3, BUF_CAP); in TestClone()
332 utrans_getID(t4, buf3, BUF_CAP); in TestClone()