Searched refs:ReadAndConvertFile (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | idnaconf.h | 35 UBool ReadAndConvertFile();
|
D | dcfmtest.h | 38 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
|
D | idnaconf.cpp | 61 UBool IdnaConfTest::ReadAndConvertFile(){ in ReadAndConvertFile() function in IdnaConfTest 283 if (!ReadAndConvertFile())return; in Test()
|
D | rbbitst.h | 57 …UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &statu…
|
D | regextst.h | 74 …virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorC…
|
D | dcfmtest.cpp | 221 UChar *testData = ReadAndConvertFile(srcPath, len, status); in DataDrivenTests() 492 UChar *DecimalFormatTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, in ReadAndConvertFile() function in DecimalFormatTest
|
D | rbbitst.cpp | 740 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in TestExtended() 1189 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCo… in ReadAndConvertFile() function in RBBITest 1411 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status); in runUnicodeTestData() 4521 UChar *testFile = ReadAndConvertFile(testFileName.data(), len, "UTF-8", status); in TestEmoji() 4896 std::unique_ptr<UChar []> testFile(ReadAndConvertFile(path.data(), len, "UTF-8", status)); in TestDebugRules()
|
D | regextst.cpp | 3178 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended() 3875 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, in ReadAndConvertFile() function in RegexTest 4036 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTests() 4407 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTestsUTF8()
|