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

  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp 724 DecimalFormat* decfmt; local
732 else if ((decfmt = dynamic_cast<DecimalFormat*>(fmt)) != NULL) {
734 NumberFormat& formatAlias = *decfmt;
755 appendTo += decfmt->toPattern(buffer);
1559 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
smpdtfmt.cpp 688 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
689 if (decfmt != NULL) {
690 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1368 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); local
3165 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
    [all...]
  /external/icu4c/i18n/
compactdecimalformat.cpp 182 LocalPointer<DecimalFormat> decfmt((DecimalFormat*) NumberFormat::makeInstance(inLocale, UNUM_DECIMAL, TRUE, status));
195 new CompactDecimalFormat(*decfmt, data->unitsByVariant, data->divisors, pluralRules.getAlias());
smpdtfmt.cpp 761 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
762 if (decfmt != NULL) {
763 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1114 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); local
3413 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); local
    [all...]
msgfmt.cpp 1585 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]

Completed in 918 milliseconds