HomeSort by relevance Sort by last modified time
    Searched refs:decFmt (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
quantityformatter.cpp 139 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(&fmt);
140 if (decFmt != NULL) {
141 FixedDecimal fd = decFmt->getFixedDecimal(quantity, status);
plurfmt.cpp 265 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
266 if(decFmt != NULL) {
267 dec = decFmt->getFixedDecimal(numberObject, status);
271 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
272 if(decFmt != NULL) {
273 dec = decFmt->getFixedDecimal(numberMinusOffset, status);
msgfmt.cpp 1703 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
RbnfLenientScannerTest.java 213 NumberFormat decFmt = NumberFormat.getInstance(Locale.US);
219 String actualNumber = decFmt.format(formatter.parse(words));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 502 milliseconds