Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/dateformat/
H A Ddateformat.c87 UCalendar ucal_obj = NULL; in datefmt_ctor() local
156 ucal_obj = ucal_open(timezone_utf16, timezone_utf16_len, locale, in datefmt_ctor()
159 udat_setCalendar(DATE_FORMAT_OBJECT(dfo), ucal_obj); in datefmt_ctor()
160 ucal_close(ucal_obj); in datefmt_ctor()
H A Ddateformat_attr.c35 UCalendar* ucal_obj = NULL; in internal_set_calendar() local
53ucal_obj = ucal_open(timezone_utf16, timezone_utf16_len, locale, calendar, &INTL_DATA_ERROR_CODE(d… in internal_set_calendar()
54 udat_setCalendar( DATE_FORMAT_OBJECT(dfo), ucal_obj ); in internal_set_calendar()

Completed in 8 milliseconds