Searched refs:ReadAndConvertFile (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/test/intltest/ |
D | idnaconf.h | 33 UBool ReadAndConvertFile();
|
D | regextst.h | 40 …virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, const char *charset, UErrorC…
|
D | idnaconf.cpp | 59 UBool IdnaConfTest::ReadAndConvertFile(){ in ReadAndConvertFile() function in IdnaConfTest 280 if (!ReadAndConvertFile())return; in Test()
|
D | rbbitst.h | 59 …UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &statu…
|
D | regextst.cpp | 1351 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended() 1815 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, in ReadAndConvertFile() function in RegexTest 1976 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status); in PerlTests()
|
D | rbbitst.cpp | 629 testFile = ReadAndConvertFile(testFileName, len, NULL, status); in TestTrieDict() 1440 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status); in TestExtended() 1791 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCo… in ReadAndConvertFile() function in RBBITest 1953 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status); in runUnicodeTestData()
|