Searched defs:vtz_new (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.cpp799 VTimeZone *vtz_new = NULL; local
808 vtz_new = VTimeZone::createVTimeZone(vtzdata, status);
814 vtz_new->write(vtzdata1, status);
817 *tzid + "(vtz_new) into VTIMEZONE format.");
830 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status);
842 if (!vtz_new->hasEquivalentTransitions(*tz, trans.getTime(),
845 if (!hasEquivalentTransitions(*vtz_new, *tz, trans.getTime() + maxDelta,
860 if (vtz_new != NULL) {
861 delete vtz_new;
862 vtz_new
897 VTimeZone *vtz_new = NULL; local
992 VTimeZone *vtz_new = NULL; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp797 VTimeZone *vtz_new = NULL; local
806 vtz_new = VTimeZone::createVTimeZone(vtzdata, status);
812 vtz_new->write(vtzdata1, status);
815 *tzid + "(vtz_new) into VTIMEZONE format.");
828 vtz_new->getOffset(startTime, FALSE, raw2, dst2, status);
840 if (!vtz_new->hasEquivalentTransitions(*tz, trans.getTime(),
843 if (!hasEquivalentTransitions(*vtz_new, *tz, trans.getTime() + maxDelta,
858 if (vtz_new != NULL) {
859 delete vtz_new;
860 vtz_new
895 VTimeZone *vtz_new = NULL; local
990 VTimeZone *vtz_new = NULL; local
[all...]

Completed in 71 milliseconds