Home | History | Annotate | Download | only in intltest

Lines Matching refs:testFile

1040     UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1051 UnicodeString testString(FALSE, testFile, len);
1364 delete [] testFile;
1593 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1596 TEST_ASSERT(testFile != NULL);
1598 if (U_FAILURE(status) || testFile == NULL) {
1601 UnicodeString testFileAsString(TRUE, testFile, len);
1708 delete [] testFile;