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

  /external/icu/icu4c/source/i18n/
quantityformatter.cpp 128 const DecimalFormat *decFmt = dynamic_cast<const DecimalFormat *>(&fmt);
129 if (decFmt != NULL) {
130 FixedDecimal fd = decFmt->getFixedDecimal(quantity, status);
plurfmt.cpp 264 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
265 if(decFmt != NULL) {
266 dec = decFmt->getFixedDecimal(numberObject, status);
270 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
271 if(decFmt != NULL) {
272 dec = decFmt->getFixedDecimal(numberMinusOffset, status);
msgfmt.cpp 1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
plurfmt.cpp 264 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
265 if(decFmt != NULL) {
266 dec = decFmt->getFixedDecimal(numberObject, status);
270 DecimalFormat *decFmt = dynamic_cast<DecimalFormat *>(numberFormat);
271 if(decFmt != NULL) {
272 dec = decFmt->getFixedDecimal(numberMinusOffset, status);
msgfmt.cpp 1707 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]
numfmtst.cpp     [all...]

Completed in 332 milliseconds