INTL_GET_ELEM     118 ext/intl/dateformat/dateformat_format.c 	year	= INTL_GET_ELEM(CALENDAR_YEAR) + 1900; /* tm_year is years since 1900 */
INTL_GET_ELEM     120 ext/intl/dateformat/dateformat_format.c 	month	= INTL_GET_ELEM(CALENDAR_MON);
INTL_GET_ELEM     121 ext/intl/dateformat/dateformat_format.c 	hour	= INTL_GET_ELEM(CALENDAR_HOUR);
INTL_GET_ELEM     122 ext/intl/dateformat/dateformat_format.c 	minute	= INTL_GET_ELEM(CALENDAR_MIN);
INTL_GET_ELEM     123 ext/intl/dateformat/dateformat_format.c 	second	= INTL_GET_ELEM(CALENDAR_SEC);
INTL_GET_ELEM     125 ext/intl/dateformat/dateformat_format.c 	mday	= INTL_GET_ELEM(CALENDAR_MDAY);