Searched refs:ufile_getch32 (Results 1 – 7 of 7) 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()
1265 if ( ((isNotEOF = ufile_getch32(input, &c)) == TRUE) && uset_contains(scanset, c) ) { in u_scanf_scanset_handler()
940 #define ufile_getch32 U_ICU_ENTRY_POINT_RENAME(ufile_getch32) macro