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

/external/chromium_org/third_party/icu/source/test/intltest/
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 Ddcfmtest.cpp195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
465 UChar *DecimalFormatTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:DecimalFormatTest
H A Dregextst.cpp3114 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3795 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:RegexTest
3956 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4325 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
H A Drbbitst.cpp1039 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1408 // ReadAndConvertFile Read a text data file, convert it to UChars, and
1424 // TODO: This is a clone of RegexTest::ReadAndConvertFile.
1428 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { function in class:RBBITest
1592 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
/external/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp55 /* this function is modified from RBBITest::ReadAndConvertFile()
58 UBool IdnaConfTest::ReadAndConvertFile(){ function in class:IdnaConfTest
280 if (!ReadAndConvertFile())return;
H A Ddcfmtest.cpp199 UChar *testData = ReadAndConvertFile(srcPath, len, status);
469 UChar *DecimalFormatTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:DecimalFormatTest
H A Dregextst.cpp3119 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3800 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen, function in class:RegexTest
3961 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
4330 UChar *testData = ReadAndConvertFile(srcPath, len, "iso-8859-1", status);
H A Drbbitst.cpp1039 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);
1408 // ReadAndConvertFile Read a text data file, convert it to UChars, and
1424 // TODO: This is a clone of RegexTest::ReadAndConvertFile.
1428 UChar *RBBITest::ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status) { function in class:RBBITest
1592 UChar *testFile = ReadAndConvertFile(testFileName, len, "UTF-8", status);

Completed in 131 milliseconds