Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsmpdtfmt.cpp757 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in initialize() local
758 if (decfmt != NULL) { in initialize()
759 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in initialize()
1106 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); in processOverrideString() local
1107 if (decfmt != NULL) { in processOverrideString()
1108 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in processOverrideString()
3247 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local
3248 if (decfmt != NULL) { in checkIntSuffix()
3250 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix()
3253 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
Dmsgfmt.cpp1586 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local
1587 if (decfmt != NULL) { in createAppropriateFormat()
1588 decfmt->applyPattern(style,parseError,ec); in createAppropriateFormat()