Home | History | Annotate | Download | only in intltest

Lines Matching defs:testFile

1039     UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1050 UnicodeString testString(FALSE, testFile, len);
1363 delete [] testFile;
1592 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1595 TEST_ASSERT(testFile != NULL);
1597 if (U_FAILURE(status) || testFile == NULL) {
1600 UnicodeString testFileAsString(TRUE, testFile, len);
1707 delete [] testFile;