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

/macosx-10.10.1/ICU-531.30/icuSources/samples/ufortune/
H A Dufortune.c198 u_fputc(0x0a, u_stdout); /* and a trailing newline */
/macosx-10.10.1/ICU-531.30/icuSources/io/unicode/
H A Dustdio.h564 u_fputc(UChar32 uc,
/macosx-10.10.1/ICU-531.30/icuSources/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);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dustdio.c289 u_fputc(UChar32 uc, function
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dderb.c308 u_fputc(0xFEFF, out);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h247 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h260 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h260 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h260 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro

Completed in 202 milliseconds