Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Dunixtime2tm.c149 switch (tm->zone_type) { in timelib_update_from_sse()
184 switch (tm->zone_type) { in timelib_unixtime2local()
230 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_set_timezone_from_offset()
244 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_set_timezone_from_abbr()
270 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_set_timezone()
H A Dinterval.c46 if (one->zone_type == 3 && two->zone_type == 3 in timelib_diff()
H A Dtimelib.c229 printf("TYPE: %d ", d->zone_type); in timelib_dump_date()
238 switch (d->zone_type) { in timelib_dump_date()
H A Dparse_iso_intervals.re212 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
220 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
461 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET;
474 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET;
H A Dtimelib_structs.h256 unsigned int zone_type; /* 1 time offset, member
H A Dparse_iso_intervals.c214 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_get_zone()
222 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_get_zone()
967 in.begin->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
980 in.end->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_strtointerval()
H A Dparse_date.re762 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
770 t->zone_type = TIMELIB_ZONETYPE_OFFSET;
785 t->zone_type = TIMELIB_ZONETYPE_ABBR;
793 t->zone_type = TIMELIB_ZONETYPE_ID;
1027 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET;
1764 in.time->is_localtime = in.time->zone_type = 0;
1786 in.time->zone_type = 0;
1879 in.time->zone_type = 0;
2038 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET;
2209 if (parsed->zone_type == 0 && now->zone_type != 0) {
[all …]
H A Dtm2unixtime.c383 switch (tz->zone_type) { in do_adjust_timezone()
H A Dparse_tz.c516 switch (t->zone_type) { in timelib_get_current_offset()
H A Dparse_date.c764 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
772 t->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_zone()
787 t->zone_type = TIMELIB_ZONETYPE_ABBR; in timelib_parse_zone()
795 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_parse_zone()
20454 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET; in scan()
23875 in.time->is_localtime = in.time->zone_type = 0; in timelib_strtotime()
23897 in.time->zone_type = 0; in timelib_strtotime()
23990 in.time->zone_type = 0; in timelib_parse_from_format()
24149 s->time->zone_type = TIMELIB_ZONETYPE_OFFSET; in timelib_parse_from_format()
24320 if (parsed->zone_type == 0 && now->zone_type != 0) { in timelib_fill_holes()
[all …]
/PHP-5.6/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.6/ext/date/
H A Dphp_date.c1170 switch (t->zone_type) { in date_format()
1256 t->zone_type = TIMELIB_ZONETYPE_ID; in php_format_date()
1285 t->zone_type = TIMELIB_ZONETYPE_ID; in php_idate()
1771 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
1817 ts->zone_type = TIMELIB_ZONETYPE_ID; in PHP_FUNCTION()
2625 now->zone_type = type; in php_date_initialize()
2988 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone_type, zone_type); in php_date_do_return_parsed_time()
2989 switch (parsed_time->zone_type) { in php_date_do_return_parsed_time()
3302 tzobj->type = t->zone_type; in set_timezone_from_timelib_time()
3303 switch (t->zone_type) { in set_timezone_from_timelib_time()
[all …]
/PHP-5.6/ext/intl/common/
H A Dcommon_date.cpp160 *tz = timezone_convert_datetimezone(datetime->time->zone_type,
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp1194 timeZone = timezone_convert_datetimezone(datetime->time->zone_type, in PHP_FUNCTION()

Completed in 83 milliseconds