Searched refs:fetch_datefmt (Results 1 – 1 of 1) sorted by relevance
36 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt() function59 fetch_datefmt(dfo)->getTimeZone().getID(res); in PHP_FUNCTION()85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION()134 fetch_datefmt(dfo)->adoptTimeZone(timezone); in PHP_FUNCTION()183 const Calendar *cal = fetch_datefmt(dfo)->getCalendar(); in PHP_FUNCTION()235 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()254 fetch_datefmt(dfo)->adoptCalendar(cal); in PHP_FUNCTION()
Completed in 4 milliseconds