Lines Matching refs:u_fopen
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()
540 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers()
553 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers()
574 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestFileReadBuffering()
585 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestFileReadBuffering()
618 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestfgetsLineCount()
690 myFile = u_fopen(STANDARD_TEST_FILE, "wb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
700 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
748 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestLineCount()
813 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestFgetsLineBuffering()
843 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "absurd converter that can't be opened"); in TestCodepage()
850 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "ISO-8859-1"); in TestCodepage()
862 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestCodepage()
876 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
893 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
926 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, enc); in TestCodepageFlush()
983 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, NULL); in TestFilePrintCompatibility()
1121 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL);\
1132 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL);\
1263 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1270 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1298 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestFScanSetFormat()
1311 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFScanSetFormat()
1385 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestBadFScanfFormat()
1396 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestBadFScanfFormat()
1420 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1434 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1447 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1461 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1490 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestUnicodeFormat()
1498 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestUnicodeFormat()
1529 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, a_pszEncoding); in TestFileWriteRetval()
1548 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, a_pszEncoding); in TestFileWriteRetval()