Home
last modified time | relevance | path

Searched refs:tempCurrAmnt (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dunum.cpp299 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); in unum_formatDoubleCurrency() local
301 if (tempCurrAmnt == NULL) { in unum_formatDoubleCurrency()
305 Formattable n(tempCurrAmnt); in unum_formatDoubleCurrency()