Home | History | Annotate | Download | only in iotest

Lines Matching refs:STANDARD_TEST_FILE

23 const char *STANDARD_TEST_FILE = "iotest-c.txt";
101 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);
316 TestFileFromICU(u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL));
321 standardFile = fopen(STANDARD_TEST_FILE, "wb");
326 standardFile = fopen(STANDARD_TEST_FILE, "wb");
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 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");
505 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8");
534 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8");
547 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8");
568 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16");
579 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-16");
593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
612 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL);
613 stdFile = fopen(STANDARD_TEST_FILE, "r");
684 myFile = u_fopen(STANDARD_TEST_FILE, "wb", NULL, "UTF-8");
694 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, "UTF-8");
729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
742 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL);
793 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
807 myFile = u_fopen(STANDARD_TEST_FILE, "rb", NULL, NULL);
837 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "absurd converter that can't be opened");
844 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "ISO-8859-1");
856 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, NULL);
870 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1");
887 STANDARD_TEST_FILE, "r", NULL, "ISO-8859-1");
920 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", "en_US_POSIX", enc);
926 log_err("Can't write test file %s\n", STANDARD_TEST_FILE);
934 myCFile = fopen(STANDARD_TEST_FILE, "rb");
977 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "wb", "en_US_POSIX", NULL);
1017 myCFile = fopen(STANDARD_TEST_FILE, "rb");
1112 myFile = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL);\
1123 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);\
1254 myFile = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL);
1261 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);
1289 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL);
1302 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);
1376 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL);
1387 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);
1411 myFile = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", "UTF-8");
1424 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", "UTF-8");
1437 myFile = u_fopen(STANDARD_TEST_FILE, "w", "en_US_POSIX", NULL);
1451 myFile = u_fopen(STANDARD_TEST_FILE, "r", "en_US_POSIX", NULL);
1480 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-8");
1488 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, "UTF-8");
1519 myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, a_pszEncoding);
1538 myFile = u_fopen(STANDARD_TEST_FILE, "r", NULL, a_pszEncoding);