Home | History | Annotate | Download | only in intltest

Lines Matching refs:tzb

559     // tzb differs from tza
560 SimpleTimeZone *tzb = new SimpleTimeZone(0, "b", 0, 1, 0, 0, 3, 1, 0, 0, status);
567 !tzb->useDaylightTime()) {
570 if (!tza->hasSameRules(*tzA) || tza->hasSameRules(*tzb)) {
583 delete tzb;