Home
last modified time | relevance | path

Searched refs:zone_type (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dunixtime2tm.c145 switch (tm->zone_type) { in timelib_update_from_sse()
180 switch (tm->zone_type) { in timelib_unixtime2local()
226 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_set_timezone_from_offset()
240 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_set_timezone_from_abbr()
266 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_set_timezone()
H A Dinterval.c42 if (one->zone_type == 3 && two->zone_type == 3 in timelib_diff()
H A Dtimelib_structs.h180 unsigned int zone_type; /* 1 time offset, member
H A Dtimelib.c207 printf("TYPE: %d ", d->zone_type); in timelib_dump_date()
216 switch (d->zone_type) { in timelib_dump_date()
H A Dparse_iso_intervals.re206 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
214 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
455 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET;
468 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET;
H A Dparse_date.re752 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
760 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
775 t->zone_type = TIMELIB_ZONETYPE_ABBR;
783 t->zone_type = TIMELIB_ZONETYPE_ID;
1017 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET;
1754 in.time->is_localtime = in.time->zone_type = 0;
1776 in.time->zone_type = 0;
1864 in.time->zone_type = 0;
2023 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET;
2194 if (parsed->zone_type == 0 && now->zone_type != 0) {
[all …]
H A Dparse_iso_intervals.c208 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_get_zone()
216 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_get_zone()
1061 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
1074 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
H A Dtm2unixtime.c371 switch (tz->zone_type) { in do_adjust_timezone()
H A Dparse_tz.c510 switch (t->zone_type) { in timelib_get_current_offset()
H A Dparse_date.c754 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
762 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
777 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_parse_zone()
785 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_parse_zone()
21324 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET; in scan()
24745 in.time->is_localtime = in.time->zone_type = 0; in timelib_strtotime()
24767 in.time->zone_type = 0; in timelib_strtotime()
24855 in.time->zone_type = 0; in timelib_parse_from_format()
25014 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_from_format()
25185 if (parsed->zone_type == 0 && now->zone_type != 0) { in timelib_fill_holes()
[all …]
/PHP-5.5/ext/date/tests/
H A Ddate_parse_001.phpt104 ["zone_type"]=>
228 ["zone_type"]=>
264 ["zone_type"]=>
H A Dbug35499.phpt42 ["zone_type"]=>
H A Ddate_parse_error.phpt86 ["zone_type"]=>
/PHP-5.5/ext/date/
H A Dphp_date.c1162 switch (t->zone_type) { in date_format()
1248 t->zone_type = TIMELIB_ZONETYPE_ID; in php_format_date()
1277 t->zone_type = TIMELIB_ZONETYPE_ID; in php_idate()
1763 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
1809 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
2616 now->zone_type = type; in php_date_initialize()
2959 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone_type, zone_type); in php_date_do_return_parsed_time()
2960 switch (parsed_time->zone_type) { in php_date_do_return_parsed_time()
3272 tzobj->type = t->zone_type; in set_timezone_from_timelib_time()
3273 switch (t->zone_type) { in set_timezone_from_timelib_time()
[all …]
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp160 *tz = timezone_convert_datetimezone(datetime->time->zone_type,
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp1194 timeZone = timezone_convert_datetimezone(datetime->time->zone_type, in PHP_FUNCTION()

Completed in 85 milliseconds