Home | History | Annotate | Download | only in intltest

Lines Matching defs:testFile

652     UChar                 *testFile    = NULL;
670 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
688 current = testFile;
845 delete[] testFile;
1485 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1496 UnicodeString testString(FALSE, testFile, len);
1809 delete [] testFile;
2225 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
2228 TEST_ASSERT(testFile != NULL);
2230 if (U_FAILURE(status) || testFile == NULL) {
2233 UnicodeString testFileAsString(TRUE, testFile, len);
2332 delete [] testFile;