Home | History | Annotate | Download | only in intltest

Lines Matching refs:testFile

993     UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1004 UnicodeString testString(FALSE, testFile, len);
1317 delete [] testFile;
1546 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1549 TEST_ASSERT(testFile != NULL);
1551 if (U_FAILURE(status) || testFile == NULL) {
1554 UnicodeString testFileAsString(TRUE, testFile, len);
1661 delete [] testFile;