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