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

  /external/icu/icu4c/source/i18n/
quantityformatter.cpp 128 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(&fmt);
129 if (decFmt != NULL) {
130 FixedDecimal fd = decFmt->getFixedDecimal(quantity, status);
plurfmt.cpp 264 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
265 if(decFmt != NULL) {
266 dec = decFmt->getFixedDecimal(numberObject, status);
270 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
271 if(decFmt != NULL) {
272 dec = decFmt->getFixedDecimal(numberMinusOffset, status);
measfmt.cpp 344 DecimalFormat *decfmt = dynamic_cast<DecimalFormat *>(inf); local
345 if (decfmt != NULL) {
346 decfmt->setRoundingMode(DecimalFormat::kRoundDown);
msgfmt.cpp 1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); 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());
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...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/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...]

Completed in 7288 milliseconds