Searched refs:u_fputc (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dufortune.c198 u_fputc(0x0a, u_stdout); /* and a trailing newline */
/external/icu/icu4c/source/samples/ufortune/
H A Dufortune.c198 u_fputc(0x0a, u_stdout); /* and a trailing newline */
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h566 u_fputc(UChar32 uc,
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h564 u_fputc(UChar32 uc,
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c451 u_fputc(0x3BC, myFile);
452 if (u_fputc(0x110000, myFile) != U_EOF) {
453 log_err("u_fputc should return U_EOF for 0x110000.\n");
455 if (u_fputc((UChar32)0xFFFFFFFFu, myFile) != U_EOF) {
456 log_err("u_fputc should return U_EOF for 0xFFFFFFFF.\n");
458 u_fputc(0xFF41, myFile);
499 u_fputc(0x3BC, myFile);
500 u_fputc(0xFF41, myFile);
542 u_fputc(0xFF41, myFile);
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c451 u_fputc(0x3BC, myFile);
452 if (u_fputc(0x110000, myFile) != U_EOF) {
453 log_err("u_fputc should return U_EOF for 0x110000.\n");
455 if (u_fputc((UChar32)0xFFFFFFFFu, myFile) != U_EOF) {
456 log_err("u_fputc should return U_EOF for 0xFFFFFFFF.\n");
458 u_fputc(0xFF41, myFile);
499 u_fputc(0x3BC, myFile);
500 u_fputc(0xFF41, myFile);
542 u_fputc(0xFF41, myFile);
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c289 u_fputc(UChar32 uc, function
/external/icu/icu4c/source/io/
H A Dustdio.c289 u_fputc(UChar32 uc, function
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c308 u_fputc(0xFEFF, out);
/external/icu/icu4c/source/tools/genrb/
H A Dderb.c308 u_fputc(0xFEFF, out);
/external/icu/icu4c/source/common/unicode/
H A Durename.h247 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h255 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro

Completed in 3267 milliseconds