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