Searched defs:ReadAndConvertFile (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Ddcfmtest.cpp195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
444 UChar *DecimalFormatTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:DecimalFormatTest
H A Didnaconf.cpp56 /* this function is modified from RBBITest::ReadAndConvertFile()
59 UBool IdnaConfTest::ReadAndConvertFile(){ function in class:IdnaConfTest
281 if (!ReadAndConvertFile())return;
H A Dregextst.cpp3108 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3783 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:RegexTest
3944 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4313 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
H A Drbbitst.cpp668 testFile = ReadAndConvertFile(testFileName, len, NULL, status);
1483 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1988 // ReadAndConvertFile Read a text data file, convert it to UChars, and
2004 // TODO: This is a clone of RegexTest::ReadAndConvertFile.
2008 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { function in class:RBBITest
2173 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);

Completed in 79 milliseconds