HomeSort by relevance Sort by last modified time
    Searched defs:CharsetDetectionTest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.h 16 class CharsetDetectionTest: public IntlTest {
19 CharsetDetectionTest();
20 virtual ~CharsetDetectionTest();
csdetest.cpp 41 CharsetDetectionTest::CharsetDetectionTest()
46 CharsetDetectionTest::~CharsetDetectionTest()
52 void CharsetDetectionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
54 if (exec) logln("TestSuite CharsetDetectionTest: ");
145 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
229 const char *CharsetDetectionTest::getPath(char buffer[2048], const char *filename) {
243 void CharsetDetectionTest::ConstructionTest()
268 void CharsetDetectionTest::UTF8Test(
    [all...]
  /external/icu4c/test/intltest/
csdetest.h 16 class CharsetDetectionTest: public IntlTest {
19 CharsetDetectionTest();
20 virtual ~CharsetDetectionTest();
csdetest.cpp 49 CharsetDetectionTest::CharsetDetectionTest()
54 CharsetDetectionTest::~CharsetDetectionTest()
60 void CharsetDetectionTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
62 if (exec) logln("TestSuite CharsetDetectionTest: ");
157 void CharsetDetectionTest::checkEncoding(const UnicodeString &testString, const UnicodeString &encoding, const UnicodeString &id)
241 const char *CharsetDetectionTest::getPath(char buffer[2048], const char *filename) {
255 void CharsetDetectionTest::ConstructionTest()
280 void CharsetDetectionTest::UTF8Test(
    [all...]

Completed in 3072 milliseconds