Lines Matching full:decfmt
1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt);
1708 if (decfmt != NULL) {
1709 decfmt->applyPattern(style,parseError,ec);
1960 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(context.formatter);
1961 if(decFmt != NULL) {
1962 FixedDecimal dec = decFmt->getFixedDecimal(context.number, ec);