Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dquantityformatter.cpp89 SimpleFormatter *newFmt = new SimpleFormatter(rawPattern, 0, 1, status); in addIfAbsent() local
90 if (newFmt == NULL) { in addIfAbsent()
95 delete newFmt; in addIfAbsent()
98 formatters[pluralIndex] = newFmt; in addIfAbsent()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberRegressionTests.java747 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local
748 String tempString = newFmt.format(3456.78); in Test4074454()
DTestMessageFormat.java957 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
958 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java744 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local
745 String tempString = newFmt.format(3456.78); in Test4074454()
DTestMessageFormat.java954 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
955 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1253 DecimalFormat *newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces", status); in Test4074454() local
1257 tempString = newFmt->format(3456.78, tempString, pos); in Test4074454()
1265 delete newFmt; in Test4074454()