Searched refs:tzinfo (Results 1 – 2 of 2) sorted by relevance
180 timelib_tzinfo *tzinfo = get_timezone_info(); in _php_intlgregcal_constructor_body() local182 UnicodeString tzstr = UnicodeString::fromUTF8(StringPiece(tzinfo->name)); in _php_intlgregcal_constructor_body()184 UnicodeString tzstr = UnicodeString(tzinfo->name, in _php_intlgregcal_constructor_body()185 strlen(tzinfo->name), US_INV); in _php_intlgregcal_constructor_body()
138 timelib_tzinfo *tzinfo = get_timezone_info(); in timezone_process_timezone_argument() local139 ZVAL_STRING(&local_zv_tz, tzinfo->name); in timezone_process_timezone_argument()
Completed in 8 milliseconds