Searched refs:ufile_getch (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/io/
H A Dufile.h102 ufile_getch(UFILE *f, UChar *ch);
H A Duscanf_p.c324 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))
H A Dustdio.c588 ufile_getch(UFILE *f, UChar *ch) function
615 ufile_getch(f, &ch);
/external/icu/icu4c/source/common/unicode/
H A Durename.h897 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro

Completed in 190 milliseconds