pcal 109 ext/intl/dateformat/dateformat_format.c UCalendar *pcal; pcal 128 ext/intl/dateformat/dateformat_format.c pcal = ucal_clone(udat_getCalendar(DATE_FORMAT_OBJECT(dfo)), pcal 138 ext/intl/dateformat/dateformat_format.c ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); pcal 142 ext/intl/dateformat/dateformat_format.c result = ucal_getMillis(pcal, &INTL_DATA_ERROR_CODE(dfo)); pcal 143 ext/intl/dateformat/dateformat_format.c ucal_close(pcal);