Home | History | Annotate | Download | only in iotest

Lines Matching full:buff

340     UChar buff[255];
349 buff[0] = 0x40;
350 buff[1] = 0;
351 u_fgets(buff, sizeof(buff)/sizeof(buff[0]), uStdIn);
352 u_fprintf(uStdOut, "%S\n", buff);