Home
last modified time | relevance | path

Searched refs:u_fopen (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dfiletst.c103 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFileFromICU()
317 TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL)); in TestFile()
363 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestCodepageAndLocale()
384 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL); in TestCodepageAndLocale()
401 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestCodepageAndLocale()
418 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16"); in TestCodepageAndLocale()
441 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestfgetsBuffers()
469 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestfgetsBuffers()
497 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers()
511 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers()
[all …]
Dtrnstst.c24 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL); in TestTranslitOps()
127 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "utf-16"); in TestTranslitFileOut()
Diotest.cpp234 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8")); in DataDrivenPrintf()
318 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8")); in DataDrivenPrintf()
/external/icu/icu4c/source/io/
Dufile.c132 u_fopen(const char *filename, in u_fopen() function
165 result = u_fopen(buffer, perm, locale, codepage); in u_fopen_u()
/external/icu/icu4c/source/samples/dtptngsample/
Ddtptngsample.cpp41 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8"); in getBestPatternExample()
/external/icu/icu4c/source/io/unicode/
Dustdio.h241 u_fopen(const char *filename,
/external/icu/icu4c/source/tools/genrb/
Dderb.c288 out = u_fopen(thefile, "w", NULL, encoding); in main()
/external/icu/icu4c/source/common/unicode/
Durename.h242 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro