Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp36 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt() function
60 fetch_datefmt(dfo)->getTimeZone().getID(res); in PHP_FUNCTION()
85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION()
121 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()
170 const Calendar *cal = fetch_datefmt(dfo)->getCalendar(); in PHP_FUNCTION()
222 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
241 fetch_datefmt(dfo)->adoptCalendar(cal); in PHP_FUNCTION()

Completed in 5 milliseconds