Lines Matching refs:test4
516 Locale test4("zz", "ZZ"); in TestSimpleObjectStuff() local
526 test_dumpLocale(test4); in TestSimpleObjectStuff()
536 test_assert(test4 == test4); in TestSimpleObjectStuff()
546 test_assert(!(test4 != test4)); in TestSimpleObjectStuff()
564 test_assert(!(test1 == test4)); in TestSimpleObjectStuff()
565 test_assert(!(test2 == test4)); in TestSimpleObjectStuff()
566 test_assert(!(test3 == test4)); in TestSimpleObjectStuff()
580 test4 = test1; in TestSimpleObjectStuff()
582 test_dumpLocale(test4); in TestSimpleObjectStuff()
583 test_assert(test4 == test4); in TestSimpleObjectStuff()
585 test_assert(!(test1 != test4)); in TestSimpleObjectStuff()
586 test_assert(!(test2 != test4)); in TestSimpleObjectStuff()
587 test_assert(!(test3 != test4)); in TestSimpleObjectStuff()
588 test_assert(test1 == test4); in TestSimpleObjectStuff()
589 test_assert(test4 == test1); in TestSimpleObjectStuff()
633 POSIXLocale test4("ab_AB_Antares"); in TestPOSIXParsing() local
640 test_dumpLocale(test4); in TestPOSIXParsing()
650 test_assert(test4 == test5); in TestPOSIXParsing()
652 test_assert(test6 == test4); in TestPOSIXParsing()
654 test_assert(test1 != test4); in TestPOSIXParsing()