Searched refs:newFmt (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | quantityformatter.cpp | 87 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/ |
D | common_dump.py | 47 newFmt = "0x%0" + "%d" % (numBits / 4) + "x" 48 return newFmt % val
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberRegressionTests.java | 747 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local 748 String tempString = newFmt.format(3456.78); in Test4074454()
|
D | TestMessageFormat.java | 954 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local 955 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberRegressionTests.java | 744 DecimalFormat newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces"); in Test4074454() local 745 String tempString = newFmt.format(3456.78); in Test4074454()
|
D | TestMessageFormat.java | 951 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats() local 952 msg.setFormatByArgumentIndex(0, newFmt); in TestSetGetFormats()
|
/external/icu/icu4c/source/test/intltest/ |
D | numrgts.cpp | 1254 DecimalFormat *newFmt = new DecimalFormat("#,#00.00 p''ieces;-#,#00.00 p''ieces", status); in Test4074454() local 1258 tempString = newFmt->format(3456.78, tempString, pos); in Test4074454() 1266 delete newFmt; in Test4074454()
|