Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_tz.c66 static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_php_preamble()
89 static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_tzif_preamble()
135 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header()
157 static int read_transitions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transitions()
208 static int read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types()
306 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location()
334 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo()
512 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
525 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone()
600 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset()
[all …]
H A Dunixtime2tm.c160 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local() local
228 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
H A Dtm2unixtime.c431 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
/PHP-7.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp110 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() local
200 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body() local
H A Dcalendar_methods.cpp761 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() local
1243 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION() local
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() local
75 TimeZone *tz; in PHP_FUNCTION() local
113 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() local
H A Dtimezone_class.cpp290 const TimeZone *tz; in TimeZone_get_debug_info() local
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp103 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
/PHP-7.2/ext/date/
H A Dphp_date.h153 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
H A Dphp_date.c1041 char *tz; in get_timezone_info() local
3810 static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz, size_t tz_len) /* {{{ */ in timezone_initialize()
3840 zend_string *tz; in PHP_FUNCTION() local
3860 zend_string *tz; in PHP_METHOD() local
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c20988 int tz; /* Timezone offset in minutes */ member

Completed in 745 milliseconds