Home
last modified time | relevance | path

Searched defs:testBuf (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dfiletst.c40 char testBuf[256] = ""; in TestFileFromICU() local
841 UChar testBuf[UPRV_LENGTHOF(strABAccentA)*2]; /* *2 to see if too much was */ in TestCodepage() local
992 char testBuf[512] = ""; in TestFilePrintCompatibility() local
Dstrtst.c516 char testBuf[256] = ""; in TestStringCompatibility() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DFixedLengthBlockOutputStreamTest.java227 private void testBuf(int blockSize, String text) throws IOException { in testBuf() method in FixedLengthBlockOutputStreamTest