Searched refs:u_fopen (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Dfiletst.c103 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL);
316 log_verbose("Testing u_fopen\n");
317 TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL));
363 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL);
384 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL);
401 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16");
418 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16");
441 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16");
469 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16");
497 myFile = u_fopen(STANDARD_TEST_FIL
[all...]
H A Dtrnstst.c24 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL);
127 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "utf-16");
H A Diotest.cpp234 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"));
318 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8"));
400 /* testFile = u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8");
519 testFile = u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8");
/macosx-10.10.1/ICU-531.30/icuSources/samples/dtptngsample/
H A Ddtptngsample.cpp41 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8");
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dufile.c128 u_fopen(const char *filename, function
/macosx-10.10.1/ICU-531.30/icuSources/io/unicode/
H A Dustdio.h239 u_fopen(const char *filename,
379 * or <TT>u_fopen</TT>.
404 * <TT>u_fsetcodepage</TT> or <TT>u_fopen</TT>.
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dderb.c288 out = u_fopen(thefile, "w", NULL, encoding);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durename.h241 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h254 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h254 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h254 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro

Completed in 190 milliseconds