Searched refs:fetch_datefmt (Results 1 – 1 of 1) sorted by relevance
33 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt() function51 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()141 const Calendar *cal = fetch_datefmt(dfo)->getCalendar(); in PHP_FUNCTION()197 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()216 fetch_datefmt(dfo)->adoptCalendar(cal); in PHP_FUNCTION()
Completed in 6 milliseconds