/third_party/icu/icu4c/source/test/iotest/ |
D | filetst.c | 121 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFileFromICU() 339 … TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL), "u_fopen STANDARD"); in TestFile() 395 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestCodepageAndLocale() 416 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL); in TestCodepageAndLocale() 433 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestCodepageAndLocale() 450 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16"); in TestCodepageAndLocale() 473 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestfgetsBuffers() 501 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestfgetsBuffers() 529 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers() 543 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers() [all …]
|
D | trnstst.c | 27 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL); in TestTranslitOps() 130 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "utf-16"); in TestTranslitFileOut()
|
D | iotest.cpp | 237 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8")); in DataDrivenPrintf() 321 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8")); in DataDrivenPrintf()
|
/third_party/skia/third_party/externals/icu/source/io/ |
D | ufile.cpp | 124 u_fopen(const char *filename, in u_fopen() function 181 result = u_fopen(filenameBuffer, perm, locale, codepage); in u_fopen_u()
|
/third_party/icu/icu4c/source/io/ |
D | ufile.cpp | 134 u_fopen(const char *filename, in u_fopen() function 191 result = u_fopen(filenameBuffer, perm, locale, codepage); in u_fopen_u()
|
/third_party/icu/tools/colprobe/ |
D | uprinter.cpp | 35 out = u_fopen(name, "wb", locale, encoding); in UPrinter()
|
D | colprobe.cpp | 1510 out = u_fopen(filename, "wb", "en", "utf-16"); in setOutputFile()
|
/third_party/skia/third_party/externals/icu/source/samples/dtptngsample/ |
D | dtptngsample.cpp | 44 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8"); in getBestPatternExample()
|
/third_party/icu/icu4c/source/samples/dtptngsample/ |
D | dtptngsample.cpp | 44 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8"); in getBestPatternExample()
|
/third_party/icu/icu4c/source/io/unicode/ |
D | ustdio.h | 246 u_fopen(const char *filename,
|
/third_party/skia/third_party/externals/icu/source/io/unicode/ |
D | ustdio.h | 246 u_fopen(const char *filename,
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | derb.cpp | 269 out = u_fopen(thefile.data(), "w", nullptr, encoding); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | derb.cpp | 269 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 245 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 251 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 250 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro
|