Searched defs:testBuf (Results 1 – 3 of 3) sorted by relevance
40 char testBuf[256] = ""; in TestFileFromICU() local841 UChar testBuf[UPRV_LENGTHOF(strABAccentA)*2]; /* *2 to see if too much was */ in TestCodepage() local992 char testBuf[512] = ""; in TestFilePrintCompatibility() local
516 char testBuf[256] = ""; in TestStringCompatibility() local
227 private void testBuf(int blockSize, String text) throws IOException { in testBuf() method in FixedLengthBlockOutputStreamTest