Searched refs:newFmt (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dquantityformatter.cpp95 SimplePatternFormatter *newFmt = local
97 if (newFmt == NULL) {
101 if (newFmt->getPlaceholderCount() > 1) {
102 delete newFmt;
107 formatters[pluralIndex] = newFmt;
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp1244 DecimalFormat *newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces", status); local
1248 tempString = newFmt->format(3456.78, tempString, pos);
1256 delete newFmt;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegression.java715 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces");
716 String tempString = newFmt.format(3456.78);
H A DTestMessageFormat.java927 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN);
928 msg.setFormatByArgumentIndex(0, newFmt);

Completed in 466 milliseconds