Searched defs:tz (Results 1 – 13 of 13) sorted by relevance
/PHP-7.0/ext/date/lib/ |
H A D | parse_tz.c | 58 static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz) in read_preamble() 81 static void read_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_header() 103 static void read_transistions(const unsigned char **tzf, timelib_tzinfo *tz) in read_transistions() 133 static void skip_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) in skip_64bit_types() 148 static void read_types(const unsigned char **tzf, timelib_tzinfo *tz) in read_types() 231 static void skip_posix_string(const unsigned char **tzf, timelib_tzinfo *tz) in skip_posix_string() 243 static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) in read_location() 262 void timelib_dump_tzinfo(timelib_tzinfo *tz) in timelib_dump_tzinfo() 366 static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo *tz) in read_64bit_header() 452 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset() [all …]
|
H A D | unixtime2tm.c | 182 timelib_tzinfo *tz = tm->tz_info; in timelib_unixtime2local() local 250 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
|
H A D | timelib.c | 138 timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) in timelib_tzinfo_clone() 165 void timelib_tzinfo_dtor(timelib_tzinfo *tz) in timelib_tzinfo_dtor()
|
H A D | tm2unixtime.c | 381 static timelib_sll do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) in do_adjust_timezone()
|
/PHP-7.0/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 110 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 D | calendar_methods.cpp | 761 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() local 1243 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION() local
|
/PHP-7.0/ext/intl/timezone/ |
H A D | timezone_methods.cpp | 68 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 D | timezone_class.cpp | 290 const TimeZone *tz; in TimeZone_get_debug_info() local
|
/PHP-7.0/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() local
|
/PHP-7.0/ext/intl/common/ |
H A D | common_date.cpp | 109 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
|
/PHP-7.0/ext/date/ |
H A D | php_date.h | 152 timelib_tzinfo *tz; /* TIMELIB_ZONETYPE_ID */ member
|
H A D | php_date.c | 1009 char *tz; in get_timezone_info() local 3670 static int timezone_initialize(php_timezone_obj *tzobj, /*const*/ char *tz, size_t tz_len) /* {{{ */ in timezone_initialize() 3700 char *tz; in PHP_FUNCTION() local 3720 char *tz; in PHP_METHOD() local
|
/PHP-7.0/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 18594 int tz; /* Timezone offset in minutes */ member
|
Completed in 381 milliseconds