scurrency         144 ext/intl/formatter/formatter_format.c 	UChar*     scurrency     = NULL;
scurrency         162 ext/intl/formatter/formatter_format.c 	intl_convert_utf8_to_utf16(&scurrency, &scurrency_len, currency, currency_len, &INTL_DATA_ERROR_CODE(nfo));
scurrency         166 ext/intl/formatter/formatter_format.c 	formatted_len = unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
scurrency         175 ext/intl/formatter/formatter_format.c 		unum_formatDoubleCurrency(FORMATTER_OBJECT(nfo), number, scurrency, formatted, formatted_len, NULL, &INTL_DATA_ERROR_CODE(nfo));
scurrency         189 ext/intl/formatter/formatter_format.c 	if(scurrency) {
scurrency         190 ext/intl/formatter/formatter_format.c 		efree(scurrency);