Lines Matching refs:u_fopen
120 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFileFromICU()
338 … TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL), "u_fopen STANDARD"); in TestFile()
394 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestCodepageAndLocale()
415 myFile = u_fopen(STANDARD_TEST_FILE, "w", "es", NULL); in TestCodepageAndLocale()
432 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestCodepageAndLocale()
449 myFile = u_fopen(STANDARD_TEST_FILE, "w", "zh", "UTF-16"); in TestCodepageAndLocale()
472 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestfgetsBuffers()
500 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestfgetsBuffers()
528 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers()
542 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers()
571 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers()
584 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers()
605 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestFileReadBuffering()
616 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestFileReadBuffering()
649 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestfgetsLineCount()
721 myFile = u_fopen(STANDARD_TEST_FILE, "wb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
731 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
779 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestLineCount()
844 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestFgetsLineBuffering()
874 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "absurd converter that can't be opened"); in TestCodepage()
881 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "ISO-8859-1"); in TestCodepage()
893 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestCodepage()
907 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
924 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
957 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, enc); in TestCodepageFlush()
1014 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, NULL); in TestFilePrintCompatibility()
1152 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL);\
1163 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL);\
1295 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1302 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1330 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestFScanSetFormat()
1343 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFScanSetFormat()
1418 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestBadFScanfFormat()
1429 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestBadFScanfFormat()
1453 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1467 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1480 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1494 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1523 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestUnicodeFormat()
1531 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestUnicodeFormat()
1562 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, a_pszEncoding); in TestFileWriteRetval()
1581 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, a_pszEncoding); in TestFileWriteRetval()