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

  /external/chromium_org/third_party/icu/source/samples/numfmt/
main.cpp 116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf); local
117 if(dnf==NULL) {
172 dnf->setRoundingIncrement(currencyMap[i].roundingIncrement);
174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
176 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 116 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf); local
117 if(dnf==NULL) {
172 dnf->setRoundingIncrement(currencyMap[i].roundingIncrement);
174 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
176 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889

Completed in 97 milliseconds