Searched refs:u_fopen (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | filetst.c | 103 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 …]
|
D | trnstst.c | 24 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()
|
D | iotest.cpp | 234 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/ |
D | ufile.c | 132 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/ |
D | dtptngsample.cpp | 41 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8"); in getBestPatternExample()
|
/external/icu/icu4c/source/io/unicode/ |
D | ustdio.h | 241 u_fopen(const char *filename,
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.c | 288 out = u_fopen(thefile, "w", NULL, encoding); in main()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 242 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
|