Home | History | Annotate | Download | only in intltest

Lines Matching refs:vtzFromBasic

1777     VTimeZone *vtzFromBasic = NULL;
1789 vtzFromBasic = VTimeZone::createVTimeZoneFromBasicTimeZone(*simpleTZ, status);
1790 if (U_FAILURE(status) || vtzFromBasic == NULL) {
1812 if (vtzFromBasic->hasSameRules(simpleTZ2) == FALSE) {
1818 delete vtzFromBasic;