Searched refs:tzinfo (Results 1 – 2 of 2) sorted by relevance
187 timelib_tzinfo *tzinfo = get_timezone_info(); in _php_intlgregcal_constructor_body() local189 UnicodeString tzstr = UnicodeString::fromUTF8(StringPiece(tzinfo->name)); in _php_intlgregcal_constructor_body()191 UnicodeString tzstr = UnicodeString(tzinfo->name, in _php_intlgregcal_constructor_body()192 strlen(tzinfo->name), US_INV); in _php_intlgregcal_constructor_body()
140 timelib_tzinfo *tzinfo = get_timezone_info(); in timezone_process_timezone_argument() local141 ZVAL_STRING(&local_zv_tz, tzinfo->name); in timezone_process_timezone_argument()
Completed in 9 milliseconds