CALENDAR_ISDST    105 intl/dateformat/dateformat_format.c 	isInDST = internal_get_arr_ele( dfo, hash_arr, CALENDAR_ISDST TSRMLS_CC);
CALENDAR_ISDST    119 intl/dateformat/dateformat_parse.c 	add_assoc_long( return_value, CALENDAR_ISDST,(isInDST==1?1:0));