Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dparse_tz.c406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index() function
428 …tz->posix_info->type_index_std_type = add_new_ttinfo_index(tz, tz->posix_info->std_offset, 0, tz->… in integrate_posix_string()
439 …tz->posix_info->type_index_dst_type = add_new_ttinfo_index(tz, tz->posix_info->dst_offset, 1, tz->… in integrate_posix_string()

Completed in 6 milliseconds