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

/external/icu4c/samples/ufortune/
H A Dufortune.c198 u_fputc(0x0a, u_stdout); /* and a trailing newline */
/external/chromium/third_party/icu/source/test/iotest/
H A Dfiletst.c441 u_fputc(0x3BC, myFile);
442 if (u_fputc(0x110000, myFile) != U_EOF) {
443 log_err("u_fputc should return U_EOF for 0x110000.\n");
445 if (u_fputc((UChar32)0xFFFFFFFFu, myFile) != U_EOF) {
446 log_err("u_fputc should return U_EOF for 0xFFFFFFFF.\n");
448 u_fputc(0xFF41, myFile);
489 u_fputc(0x3BC, myFile);
490 u_fputc(0xFF41, myFile);
532 u_fputc(0xFF41, myFile);
/external/icu4c/test/iotest/
H A Dfiletst.c445 u_fputc(0x3BC, myFile);
446 if (u_fputc(0x110000, myFile) != U_EOF) {
447 log_err("u_fputc should return U_EOF for 0x110000.\n");
449 if (u_fputc((UChar32)0xFFFFFFFFu, myFile) != U_EOF) {
450 log_err("u_fputc should return U_EOF for 0xFFFFFFFF.\n");
452 u_fputc(0xFF41, myFile);
493 u_fputc(0x3BC, myFile);
494 u_fputc(0xFF41, myFile);
536 u_fputc(0xFF41, myFile);
/external/chromium/third_party/icu/source/io/unicode/
H A Dustdio.h479 u_fputc(UChar32 uc,
/external/icu4c/io/unicode/
H A Dustdio.h523 u_fputc(UChar32 uc,
/external/chromium/third_party/icu/source/io/
H A Dustdio.c278 u_fputc(UChar32 uc, function
/external/icu4c/io/
H A Dustdio.c278 u_fputc(UChar32 uc, function
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h161 #define u_fputc u_fputc_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h161 #define u_fputc u_fputc_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h161 #define u_fputc u_fputc_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h161 #define u_fputc u_fputc_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h257 #define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h226 #define u_fputc u_fputc_4_2 macro

Completed in 90 milliseconds