Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/date/lib/
H A Dparse_tz.c94 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
181 static int detect_slim_file(timelib_tzinfo *tz) in detect_slim_file()
394 static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) in add_abbr()
419 static int integrate_posix_string(timelib_tzinfo *tz) in integrate_posix_string()
446 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
474 static char *format_ut_time(timelib_sll ts, timelib_tzinfo *tz) in format_ut_time()
491 static char *format_offset_type(timelib_tzinfo *tz, int i) in format_offset_type()
510 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
728 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
745 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
[all …]
H A Dunixtime2tm.c123 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local() local
191 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dparse_posix.c500 void timelib_get_transitions_for_year(timelib_tzinfo *tz, timelib_sll year, timelib_posix_transitio… in timelib_get_transitions_for_year()
531 ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transi… in timelib_fetch_posix_timezone_offset()
H A Dtm2unixtime.c366 static void do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp75 TimeZone *tz = TimeZone::createTimeZone(tzstr); in set_gregorian_calendar_time_zone() local
146 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() local
H A Dcalendar_methods.cpp699 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() local
1122 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION() local
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() local
75 TimeZone *tz; in PHP_FUNCTION() local
109 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() local
H A Dtimezone_class.cpp296 const TimeZone *tz; in TimeZone_get_debug_info() local
/php-src/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp70 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
/php-src/ext/intl/common/
H A Dcommon_date.cpp97 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose()
/php-src/ext/date/
H A Dphp_date.h73 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
H A Dphp_date.c578 const char *tz = guess_timezone(DATE_TIMEZONEDB); in get_timezone_info() local
3992 static bool timezone_initialize(php_timezone_obj *tzobj, const char *tz, size_t tz_len, char **warn… in timezone_initialize()
4041 zend_string *tz; in PHP_FUNCTION() local
4062 zend_string *tz; in PHP_METHOD() local

Completed in 64 milliseconds