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

/external/chromium_org/third_party/icu/source/io/
H A Dufile.h99 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.c585 ufile_getch(UFILE *f, UChar *ch) function
612 ufile_getch(f, &ch);
/external/icu/icu4c/source/io/
H A Dufile.h99 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.c585 ufile_getch(UFILE *f, UChar *ch) function
612 ufile_getch(f, &ch);
/external/icu/icu4c/source/common/unicode/
H A Durename.h877 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h928 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro

Completed in 203 milliseconds