Searched defs:G7CollationTest (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dg7coll.h8 * G7CollationTest is a third level test class. This test performs the examples
41 class G7CollationTest: public IntlTestCollator { class in inherits:IntlTestCollator
51 G7CollationTest() {} function in class:G7CollationTest
52 virtual ~G7CollationTest();
H A Dg7coll.cpp19 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = {
59 static const int32_t results[G7CollationTest::TESTLOCALES][G7CollationTest::TOTALTESTSET] = {
78 G7CollationTest::~G7CollationTest() {}
80 void G7CollationTest::TestG7Locales(/* char* par */)
147 void G7CollationTest::TestDemo1(/* char* par */)
181 void G7CollationTest::TestDemo2(/* char* par */)
215 void G7CollationTest::TestDemo3(/* char* par */)
249 void G7CollationTest
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DG7CollationTest.java10 * Port From: ICU4C v2.1 : Collate/G7CollationTest
26 public class G7CollationTest extends TestFmwk{ class in inherits:TestFmwk
28 new G7CollationTest().run(args);
29 // new G7CollationTest().TestDemo3();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DG7CollationTest.java9 * Port From: ICU4C v2.1 : Collate/G7CollationTest
22 public class G7CollationTest extends TestFmwk{ class in inherits:TestFmwk
24 new G7CollationTest().run(args);
25 // new G7CollationTest().TestDemo3();

Completed in 143 milliseconds