HomeSort by relevance Sort by last modified time
    Searched refs:u_fgetcx (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/io/unicode/
ustdio.h 697 * 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.
    [all...]
  /external/icu/icu4c/source/io/
ustdio.cpp 657 u_fgetcx(UFILE *f) function
  /external/icu/icu4c/source/test/iotest/
filetst.c 133 myUString[1] = (UChar)u_fgetcx(myFile); /* Mix getc and getcx and see what happens. */
136 log_err("u_fgetcx returned \\u%04X\\u%04X\\u%04X. Expected 'Sin'.", myString[0], myString[1], myString[2]);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 229 #define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) macro
    [all...]

Completed in 90 milliseconds