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

  /external/icu4c/io/unicode/
ustdio.h 632 * Read a UChar from a UFILE. It is recommended that <TT>u_fgetcx</TT>
654 u_fgetcx(UFILE *f);
661 * previous <TT>u_fgetc</TT> or <TT>u_fgetcx</TT> call, the results are undefined.
    [all...]
  /external/icu4c/io/
ustdio.c 652 u_fgetcx(UFILE *f) function
  /external/icu4c/test/iotest/
filetst.c 128 myUString[1] = (UChar)u_fgetcx(myFile); /* Mix getc and getcx and see what happens. */
131 log_err("u_fgetcx returned \\u%04X\\u%04X\\u%04X. Expected 'Sin'.", myString[0], myString[1], myString[2]);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 146 #define u_fgetcx u_fgetcx_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 146 #define u_fgetcx u_fgetcx_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 146 #define u_fgetcx u_fgetcx_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 146 #define u_fgetcx u_fgetcx_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 247 #define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) macro
    [all...]

Completed in 37 milliseconds