• Home
  • Raw
  • Download

Lines Matching refs:u_fopen

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()
572 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestfgetsBuffers()
585 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestfgetsBuffers()
606 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16"); in TestFileReadBuffering()
617 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16"); in TestFileReadBuffering()
650 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestfgetsLineCount()
722 myFile = u_fopen(STANDARD_TEST_FILE, "wb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
732 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, "UTF-8"); in TestfgetsNewLineHandling()
780 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestLineCount()
845 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL); in TestFgetsLineBuffering()
875 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "absurd converter that can't be opened"); in TestCodepage()
882 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "ISO-8859-1"); in TestCodepage()
894 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL); in TestCodepage()
908 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
925 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1"); in TestCodepage()
958 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, enc); in TestCodepageFlush()
1015 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", STANDARD_TEST_LOCALE, NULL); in TestFilePrintCompatibility()
1153 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL);\
1164 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL);\
1296 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1303 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFprintfFormat()
1331 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestFScanSetFormat()
1344 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestFScanSetFormat()
1419 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL); in TestBadFScanfFormat()
1430 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in TestBadFScanfFormat()
1454 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1468 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, "UTF-8"); in Test_u_vfprintf()
1481 myFile = u_fopen(STANDARD_TEST_FILE, "w", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1495 myFile = u_fopen(STANDARD_TEST_FILE, "r", STANDARD_TEST_LOCALE, NULL); in Test_u_vfprintf()
1524 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8"); in TestUnicodeFormat()
1532 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8"); in TestUnicodeFormat()
1563 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, a_pszEncoding); in TestFileWriteRetval()
1582 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, a_pszEncoding); in TestFileWriteRetval()