Searched refs:ReadAndConvertFile (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | idnaconf.cpp | 216 base = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in Test()
|
D | lstmbetst.cpp | 85 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in runTestFromFile()
|
D | dcfmtest.cpp | 221 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in DataDrivenTests()
|
D | intltest.h | 424 …UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &statu…
|
D | rbbitst.cpp | 754 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in TestExtended() 1309 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status); in runUnicodeTestData() 4428 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in TestEmoji() 4803 std::unique_ptr<UChar []> testFile(ReadAndConvertFile(path.data(), len, "UTF-8", status)); in TestDebugRules() 5337 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in runLSTMTestFromFile()
|
D | intltest.cpp | 2347 UChar *IntlTest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCo… in ReadAndConvertFile() function in IntlTest
|
D | regextst.cpp | 3178 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended() 3927 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTests() 4298 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTestsUTF8()
|