Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dquantityformatter.cpp87 SimpleFormatter *newFmt = new SimpleFormatter(rawPattern, 0, 1, status); in addIfAbsent() local
88 if (newFmt == NULL) { in addIfAbsent()
93 delete newFmt; in addIfAbsent()
96 formatters[pluralIndex] = newFmt; in addIfAbsent()
/external/swiftshader/third_party/LLVM/test/Scripts/
Dcommon_dump.py47 newFmt = "0x%0" + "%d" % (numBits / 4) + "x"
48 return newFmt % val
/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.java955 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
956 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.java952 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local
953 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1255 DecimalFormat *newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces", status); in Test4074454() local
1259 tempString = newFmt->format(3456.78, tempString, pos); in Test4074454()
1267 delete newFmt; in Test4074454()