val64              45 ext/intl/formatter/formatter_parse.c 	int64_t val64;
val64              87 ext/intl/formatter/formatter_parse.c 			val64 = unum_parseInt64(FORMATTER_OBJECT(nfo), sstr, sstr_len, position_p, &INTL_DATA_ERROR_CODE(nfo));
val64              88 ext/intl/formatter/formatter_parse.c 			if(val64 > LONG_MAX || val64 < LONG_MIN) {
val64              89 ext/intl/formatter/formatter_parse.c 				RETVAL_DOUBLE(val64);
val64              91 ext/intl/formatter/formatter_parse.c 				RETVAL_LONG((long)val64);