Home | History | Annotate | Download | only in intltest

Lines Matching refs:ReadAndConvertFile

670     testFile = ReadAndConvertFile(testFileName, len, NULL, status);
1485 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
2040 // ReadAndConvertFile Read a text data file, convert it to UChars, and
2056 // TODO: This is a clone of RegexTest::ReadAndConvertFile.
2060 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) {
2225 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);