Searched refs:u_fgetcx (Results 1 – 5 of 5) sorted by relevance
719 u_fgetcx(UFILE *f);
657 u_fgetcx(UFILE *f) in u_fgetcx() function
231 #define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) macro
133 myUString[1] = (UChar)u_fgetcx(myFile); /* Mix getc and getcx and see what happens. */ in TestFileFromICU()