Searched refs:ufile_getch32 (Results 1 – 5 of 5) sorted by relevance
115 ufile_getch32(UFILE *f, UChar32 *ch);
622 ufile_getch32(UFILE *f, UChar32 *c32) in ufile_getch32() function660 ufile_getch32(f, &ch); in u_fgetcx()
1252 if ((isNotEOF = ufile_getch32(input, &c)) && uset_contains(scanset, c)) { in u_scanf_scanset_handler()
919 #define ufile_getch32 U_ICU_ENTRY_POINT_RENAME(ufile_getch32) macro