TimeZone 55 ext/intl/calendar/calendar_methods.cpp TimeZone *timeZone;
TimeZone 331 ext/intl/calendar/calendar_methods.cpp TimeZone *timeZone;
TimeZone 782 ext/intl/calendar/calendar_methods.cpp TimeZone *tz = co->ucal->getTimeZone().clone();
TimeZone 1148 ext/intl/calendar/calendar_methods.cpp TimeZone *timeZone;
TimeZone 1192 ext/intl/calendar/calendar_methods.cpp timeZone = TimeZone::getGMT()->clone();
TimeZone 1270 ext/intl/calendar/calendar_methods.cpp const TimeZone& tz = co->ucal->getTimeZone();
TimeZone 90 ext/intl/calendar/gregoriancalendar_methods.cpp TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL,
TimeZone 157 ext/intl/calendar/gregoriancalendar_methods.cpp TimeZone *tz = TimeZone::createTimeZone(tzstr);
TimeZone 38 ext/intl/common/common_date.cpp U_CFUNC TimeZone *timezone_convert_datetimezone(int type,
TimeZone 48 ext/intl/common/common_date.cpp TimeZone *timeZone;
TimeZone 88 ext/intl/common/common_date.cpp timeZone = TimeZone::createTimeZone(s);
TimeZone 90 ext/intl/common/common_date.cpp if (*timeZone == TimeZone::getUnknown()) {
TimeZone 158 ext/intl/common/common_date.cpp *tz = TimeZone::getGMT()->clone();
TimeZone 31 ext/intl/common/common_date.h U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error *outside_error, const char *func TSRMLS_DC);
TimeZone 85 ext/intl/dateformat/dateformat_attrcpp.cpp const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone();
TimeZone 86 ext/intl/dateformat/dateformat_attrcpp.cpp TimeZone *tz_clone = tz.clone();
TimeZone 115 ext/intl/dateformat/dateformat_attrcpp.cpp TimeZone *timezone;
TimeZone 235 ext/intl/dateformat/dateformat_attrcpp.cpp TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone();
TimeZone 53 ext/intl/dateformat/dateformat_create.cpp TimeZone *timezone = NULL;
TimeZone 69 ext/intl/dateformat/dateformat_format_object.cpp TimeZone *timeZone = NULL;
TimeZone 319 ext/intl/msgformat/msgformat_helpers.cpp TimeZone *used_tz = NULL;
TimeZone 132 ext/intl/timezone/timezone_class.cpp U_CFUNC TimeZone *timezone_process_timezone_argument(zval **zv_timezone,
TimeZone 139 ext/intl/timezone/timezone_class.cpp TimeZone *timeZone;
TimeZone 192 ext/intl/timezone/timezone_class.cpp timeZone = TimeZone::createTimeZone(id);
TimeZone 236 ext/intl/timezone/timezone_class.cpp TimeZone *newTimeZone;
TimeZone 288 ext/intl/timezone/timezone_class.cpp const TimeZone *tz;
TimeZone 519 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT);
TimeZone 520 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG);
TimeZone 523 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GENERIC", TimeZone::SHORT_GENERIC);
TimeZone 524 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG_GENERIC", TimeZone::LONG_GENERIC);
TimeZone 525 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT);
TimeZone 526 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG_GMT", TimeZone::LONG_GMT);
TimeZone 527 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_COMMONLY_USED", TimeZone::SHORT_COMMONLY_USED);
TimeZone 528 ext/intl/timezone/timezone_class.cpp TIMEZONE_DECL_LONG_CONST("DISPLAY_GENERIC_LOCATION", TimeZone::GENERIC_LOCATION);
TimeZone 41 ext/intl/timezone/timezone_class.h const TimeZone *utimezone;
TimeZone 53 ext/intl/timezone/timezone_class.h #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to)
TimeZone 54 ext/intl/timezone/timezone_class.h #define TIMEZONE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(TimeZone, to)
TimeZone 63 ext/intl/timezone/timezone_class.h TimeZone *timezone_process_timezone_argument(zval **zv_timezone, intl_error *error, const char *func TSRMLS_DC);
TimeZone 69 ext/intl/timezone/timezone_methods.cpp TimeZone *tz = TimeZone::createTimeZone(id);
TimeZone 76 ext/intl/timezone/timezone_methods.cpp TimeZone *tz;
TimeZone 114 ext/intl/timezone/timezone_methods.cpp TimeZone *tz = TimeZone::createDefault();
TimeZone 128 ext/intl/timezone/timezone_methods.cpp timezone_object_construct(TimeZone::getGMT(), return_value, 0 TSRMLS_CC);
TimeZone 142 ext/intl/timezone/timezone_methods.cpp timezone_object_construct(&TimeZone::getUnknown(), return_value, 0 TSRMLS_CC);
TimeZone 161 ext/intl/timezone/timezone_methods.cpp se = TimeZone::createEnumeration();
TimeZone 170 ext/intl/timezone/timezone_methods.cpp se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg));
TimeZone 195 ext/intl/timezone/timezone_methods.cpp se = TimeZone::createEnumeration(Z_STRVAL_PP(arg));
TimeZone 232 ext/intl/timezone/timezone_methods.cpp int32_t result = TimeZone::countEquivalentIDs(id);
TimeZone 284 ext/intl/timezone/timezone_methods.cpp se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType,
TimeZone 317 ext/intl/timezone/timezone_methods.cpp TimeZone::getCanonicalID(id, result, isSystemID, status);
TimeZone 355 ext/intl/timezone/timezone_methods.cpp int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status);
TimeZone 373 ext/intl/timezone/timezone_methods.cpp const char *res = TimeZone::getTZDataVersion(status);
TimeZone 403 ext/intl/timezone/timezone_methods.cpp const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index);
TimeZone 526 ext/intl/timezone/timezone_methods.cpp static const TimeZone::EDisplayType display_types[] = {
TimeZone 527 ext/intl/timezone/timezone_methods.cpp TimeZone::SHORT, TimeZone::LONG,
TimeZone 529 ext/intl/timezone/timezone_methods.cpp TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
TimeZone 530 ext/intl/timezone/timezone_methods.cpp TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
TimeZone 531 ext/intl/timezone/timezone_methods.cpp TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
TimeZone 538 ext/intl/timezone/timezone_methods.cpp long display_type = TimeZone::LONG;
TimeZone 569 ext/intl/timezone/timezone_methods.cpp to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type,