Lines Matching refs:test7
529 Locale test7("aa", "AA", "JUPITER"); in TestSimpleObjectStuff() local
539 test_dumpLocale(test7); in TestSimpleObjectStuff()
549 test_assert(test7 == test7); in TestSimpleObjectStuff()
559 test_assert(!(test7 != test7)); in TestSimpleObjectStuff()
571 test_assert(test6 != test7); in TestSimpleObjectStuff()
578 test_assert(test7 == test8); in TestSimpleObjectStuff()
603 test7 = test6; in TestSimpleObjectStuff()
604 test_dumpLocale(test7); in TestSimpleObjectStuff()
605 test_assert(test7 == test7); in TestSimpleObjectStuff()
606 test_assert(test7 == test6); in TestSimpleObjectStuff()
607 test_assert(test7 != test5); in TestSimpleObjectStuff()
612 test_assert(test6 != test7); in TestSimpleObjectStuff()