Lines Matching refs:test6
529 Locale test6("aa", "AA", "ANTARES"); in TestSimpleObjectStuff() local
539 test_dumpLocale(test6); in TestSimpleObjectStuff()
549 test_assert(test6 == test6); in TestSimpleObjectStuff()
559 test_assert(!(test6 != test6)); in TestSimpleObjectStuff()
569 test_assert(test6 != test2); in TestSimpleObjectStuff()
570 test_assert(test6 != test5); in TestSimpleObjectStuff()
572 test_assert(test6 != test7); in TestSimpleObjectStuff()
604 test7 = test6; in TestSimpleObjectStuff()
607 test_assert(test7 == test6); in TestSimpleObjectStuff()
611 test6=test1; in TestSimpleObjectStuff()
612 test_dumpLocale(test6); in TestSimpleObjectStuff()
613 test_assert(test6 != test7); in TestSimpleObjectStuff()
614 test_assert(test6 == test1); in TestSimpleObjectStuff()
615 test_assert(test6 == test6); in TestSimpleObjectStuff()
646 Locale test6("ab", "AB", "Antares"); in TestPOSIXParsing() local
653 test_dumpLocale(test6); in TestPOSIXParsing()
662 test_assert(test5 == test6); in TestPOSIXParsing()
663 test_assert(test6 == test4); in TestPOSIXParsing()