is_pattern_localized   91 ext/intl/dateformat/dateformat_attr.c 	zend_bool   is_pattern_localized =FALSE;
is_pattern_localized  106 ext/intl/dateformat/dateformat_attr.c 	length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo));
is_pattern_localized  111 ext/intl/dateformat/dateformat_attr.c 		length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_ERROR_CODE(dfo) );
is_pattern_localized  134 ext/intl/dateformat/dateformat_attr.c 	zend_bool   is_pattern_localized =FALSE;
is_pattern_localized  154 ext/intl/dateformat/dateformat_attr.c 	udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength);