Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfsubs.cpp450 DecimalFormat *tempNumberFormat = new DecimalFormat(workingDescription, *sym, status); in NFSubstitution() local
452 if (!tempNumberFormat) { in NFSubstitution()
457 delete tempNumberFormat; in NFSubstitution()
460 this->numberFormat = tempNumberFormat; in NFSubstitution()