Home | History | Annotate | Download | only in io

Lines Matching refs:ufile_getch

324     while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
829 && (isNotEOF = ufile_getch(input, &c))
917 && (isNotEOF = ufile_getch(input, &c))