Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dtimelib_private.h133 unsigned int abbr_idx; member
H A Dparse_tz.c268 tz->type[i].abbr_idx = buffer[j + 5]; in read_64bit_types()
385 (strcmp(abbr, &tz->timezone_abbr[tz->type[i].abbr_idx]) == 0) in find_ttinfo_index()
410 tz->type[tz->bit64.typecnt].abbr_idx = add_abbr(tz, abbr); in add_new_ttinfo_index()
501 tz->type[i].abbr_idx, in format_offset_type()
502 &tz->timezone_abbr[tz->type[i].abbr_idx], in format_offset_type()
892 abbr = &(tz->timezone_abbr[to->abbr_idx]); in timelib_get_time_zone_info()
/php-src/ext/date/
H A Dphp_date.c4318 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[0].abbr_idx])… in PHP_FUNCTION()
4327 …abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz->trans_idx[i]].abbr_idx]); \ in PHP_FUNCTION()
4336 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[i].abbr_idx])… in PHP_FUNCTION()

Completed in 27 milliseconds