Searched refs:u_fgetcx (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/io/unicode/
H A Dustdio.h697 * Read a UChar from a UFILE. It is recommended that <TT>u_fgetcx</TT>
719 u_fgetcx(UFILE *f);
726 * previous <TT>u_fgetc</TT> or <TT>u_fgetcx</TT> call, the results are undefined.
/external/icu/icu4c/source/io/
H A Dustdio.c655 u_fgetcx(UFILE *f) function
/external/icu/icu4c/source/common/unicode/
H A Durename.h232 #define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) macro
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c130 myUString[1] = (UChar)u_fgetcx(myFile); /* Mix getc and getcx and see what happens. */
133 log_err("u_fgetcx returned \\u%04X\\u%04X\\u%04X. Expected 'Sin'.", myString[0], myString[1], myString[2]);

Completed in 443 milliseconds