HomeSort by relevance Sort by last modified time
    Searched defs:STANDARD_TEST_FILE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 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 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16")
    [all...]
  /external/icu4c/test/iotest/
filetst.c 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 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16")
    [all...]

Completed in 124 milliseconds