Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dunum.cpp316 CurrencyAmount *tempCurrAmnt = new CurrencyAmount(number, currency, *status); in unum_formatDoubleCurrency() local
318 if (tempCurrAmnt == NULL) { in unum_formatDoubleCurrency()
322 Formattable n(tempCurrAmnt); in unum_formatDoubleCurrency()