Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp444 DecimalFormat *tempNumberFormat = new DecimalFormat(workingDescription, *sym, status); in NFSubstitution() local
446 if (!tempNumberFormat) { in NFSubstitution()
451 delete tempNumberFormat; in NFSubstitution()
454 this->numberFormat = tempNumberFormat; in NFSubstitution()