HomeSort by relevance Sort by last modified time
    Searched refs:decfmt (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp 772 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
773 if (decfmt != NULL) {
774 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1125 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); local
3407 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
    [all...]
compactdecimalformat.cpp 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
195 new CompactDecimalFormat(*decfmt, data->unitsByVariant, data->divisors, pluralRules.getAlias());
msgfmt.cpp 1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 344 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); local
345 if (decfmt != NULL) {
346 decfmt->setRoundingMode(DecimalFormat::kRoundDown);
smpdtfmt.cpp 783 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
784 if (decfmt != NULL) {
785 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1152 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); local
3452 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
    [all...]
compactdecimalformat.cpp 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
195 new CompactDecimalFormat(*decfmt, data->unitsByVariant, data->divisors, pluralRules.getAlias());
msgfmt.cpp 1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 107 milliseconds