Home
last modified time | relevance | path

Searched refs:newFmt (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dquantityformatter.cpp85 SimplePatternFormatter *newFmt = new SimplePatternFormatter(rawPattern, 0, 1, status); in addIfAbsent() local
86 if (newFmt == NULL) { in addIfAbsent()
91 delete newFmt; in addIfAbsent()
94 formatters[pluralIndex] = newFmt; in addIfAbsent()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegression.java715 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local
716 String tempString = newFmt.format(3456.78); in Test4074454()
DTestMessageFormat.java927 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
928 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegression.java719 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local
720 String tempString = newFmt.format(3456.78); in Test4074454()
DTestMessageFormat.java931 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
932 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1251 DecimalFormat *newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces", status); in Test4074454() local
1255 tempString = newFmt->format(3456.78, tempString, pos); in Test4074454()
1263 delete newFmt; in Test4074454()