Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp33 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt() function
51 fetch_datefmt(dfo)->getTimeZone().getID(res); in PHP_FUNCTION()
70 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION()
103 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()
139 const Calendar *cal = fetch_datefmt(dfo)->getCalendar(); in PHP_FUNCTION()
195 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
214 fetch_datefmt(dfo)->adoptCalendar(cal); in PHP_FUNCTION()

Completed in 8 milliseconds