Home
last modified time | relevance | path

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

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