Searched refs:ufile_getch (Results 1 – 7 of 7) sorted by relevance
106 ufile_getch(UFILE *f, UChar *ch);
326 while( ((isNotEOF = ufile_getch(input, &c)) == TRUE) && (c == pad || u_isWhitespace(c)) ) in u_scanf_skip_leading_ws()360 …while( ((isNotEOF = ufile_getch(input, &c)) == TRUE) && (count < symbolLen && c == plusSymbol[coun… in u_scanf_skip_leading_positive_sign()871 && ((isNotEOF = ufile_getch(input, &c)) == TRUE) in u_scanf_string_handler()962 && ((isNotEOF = ufile_getch(input, &c)) == TRUE) in u_scanf_ustring_handler()
590 ufile_getch(UFILE *f, UChar *ch) in ufile_getch() function617 ufile_getch(f, &ch); in u_fgetc()
939 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro