Searched defs:testBuf (Results 1 – 4 of 4) sorted by relevance
62 void* testBuf = malloc(sizeof rawData); in main() local
50 char testBuf[256] = ""; in TestFileFromICU() local869 UChar testBuf[UPRV_LENGTHOF(strABAccentA)*2]; /* *2 to see if too much was */ in TestCodepage() local1020 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