Searched refs:ufile_getch (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/io/ |
D | ufile.h | 99 ufile_getch(UFILE *f, UChar *ch);
|
D | uscanf_p.c | 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) ) in u_scanf_skip_leading_ws() 358 … while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) ) in u_scanf_skip_leading_positive_sign() 830 && (isNotEOF = ufile_getch(input, &c)) in u_scanf_string_handler() 918 && (isNotEOF = ufile_getch(input, &c)) in u_scanf_ustring_handler()
|
D | ustdio.c | 585 ufile_getch(UFILE *f, UChar *ch) in ufile_getch() function 612 ufile_getch(f, &ch); in u_fgetc()
|
/external/icu/icu4c/source/io/ |
D | ufile.h | 99 ufile_getch(UFILE *f, UChar *ch);
|
D | uscanf_p.c | 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) ) in u_scanf_skip_leading_ws() 358 … while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) ) in u_scanf_skip_leading_positive_sign() 829 && (isNotEOF = ufile_getch(input, &c)) in u_scanf_string_handler() 917 && (isNotEOF = ufile_getch(input, &c)) in u_scanf_ustring_handler()
|
D | ustdio.c | 585 ufile_getch(UFILE *f, UChar *ch) in ufile_getch() function 612 ufile_getch(f, &ch); in u_fgetc()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 877 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 908 #define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) macro
|