Home | History | Annotate | Download | only in intltest

Lines Matching refs:testFile

650     UChar                 *testFile    = NULL;
668 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
686 current = testFile;
843 delete[] testFile;
1483 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1494 UnicodeString testString(FALSE, testFile, len);
1807 delete [] testFile;
2173 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
2176 TEST_ASSERT(testFile != NULL);
2178 if (U_FAILURE(status) || testFile == NULL) {
2181 UnicodeString testFileAsString(TRUE, testFile, len);
2280 delete [] testFile;