Searched refs:CollationTurkishTest (Results 1 – 4 of 4) sorted by relevance
18 CollationTurkishTest::CollationTurkishTest() in CollationTurkishTest() function in CollationTurkishTest25 CollationTurkishTest::~CollationTurkishTest() in ~CollationTurkishTest()30 const UChar CollationTurkishTest::testSourceCases[][CollationTurkishTest::MAX_TOKEN_LEN] = {44 const UChar CollationTurkishTest::testTargetCases[][CollationTurkishTest::MAX_TOKEN_LEN] = {58 const Collator::EComparisonResult CollationTurkishTest::results[] = {73 void CollationTurkishTest::TestTertiary(/* char* par */) in TestTertiary()81 void CollationTurkishTest::TestPrimary(/* char* par */) in TestPrimary()90 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*pa… in runIndexedTest()
22 class CollationTurkishTest: public IntlTestCollator {28 CollationTurkishTest();29 virtual ~CollationTurkishTest();
69 TESTCASE_AUTO_CLASS(CollationTurkishTest); in runIndexedTest()
21 public class CollationTurkishTest extends TestFmwk{ class23 new CollationTurkishTest().run(args); in main()71 public CollationTurkishTest() { in CollationTurkishTest() method in CollationTurkishTest