Home | History | Annotate | Download | only in intltest

Lines Matching defs:ReadAndConvertFile

1201     UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1580 // ReadAndConvertFile Read a text data file, convert it to UChars, and
1596 // TODO: This is a clone of RegexTest::ReadAndConvertFile.
1600 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) {
1787 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);