/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 101 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL); 315 log_verbose("Testing u_fopen\n"); 316 TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL)); 357 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); 378 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL); 395 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); 412 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16"); 435 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); 463 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); 491 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8") [all...] |
trnstst.c | 24 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL); 127 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "utf-16");
|
iotest.cpp | 233 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8")); 317 testFile.adoptInstead(u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8")); 399 /* testFile = u_fopen(STANDARD_TEST_FILE, "w", fileLocale, "UTF-8"); 518 testFile = u_fopen(STANDARD_TEST_FILE, "r", fileLocale, "UTF-8"); [all...] |
/external/icu4c/test/iotest/ |
filetst.c | 101 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL); 315 log_verbose("Testing u_fopen\n"); 316 TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL)); 357 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); 378 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL); 395 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); 412 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16"); 435 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); 463 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); 491 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8") [all...] |
trnstst.c | 24 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL); 127 f = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "utf-16");
|
iotest.cpp | 234 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"); [all...] |
/external/chromium_org/third_party/icu/source/io/ |
ufile.c | 131 u_fopen(const char *filename, function
|
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 238 u_fopen(const char *filename, 378 * or <TT>u_fopen</TT>. 403 * <TT>u_fsetcodepage</TT> or <TT>u_fopen</TT>. [all...] |
/external/icu4c/io/ |
ufile.c | 128 u_fopen(const char *filename, function
|
/external/icu4c/io/unicode/ |
ustdio.h | 239 u_fopen(const char *filename, 379 * or <TT>u_fopen</TT>. 404 * <TT>u_fsetcodepage</TT> or <TT>u_fopen</TT>. [all...] |
/external/icu4c/common/unicode/ |
urename.h | 241 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 254 #define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) macro [all...] |