Home | History | Annotate | Download | only in iotest

Lines Matching full:buff

330     UChar buff[255];
339 buff[0] = 0x40;
340 buff[1] = 0;
341 u_fgets(buff, sizeof(buff)/sizeof(buff[0]), uStdIn);
342 u_fprintf(uStdOut, "%S\n", buff);