Home | History | Annotate | Download | only in intltest

Lines Matching defs:ReadAndConvertFile

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