HomeSort by relevance Sort by last modified time
    Searched defs:dcf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 857 const DecimalFormat *dcf = dynamic_cast<const DecimalFormat *>(nf); local
858 if (dcf == NULL) {
863 return dcf->
884 DecimalFormat *dcf = dynamic_cast<DecimalFormat *>(nf); local
885 if (dcf == NULL) {
890 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols());
893 dcf->setDecimalFormatSymbols(symbols);
  /external/icu4c/i18n/
unum.cpp 696 const DecimalFormat *dcf = dynamic_cast<const DecimalFormat *>(nf); local
697 if (dcf == NULL) {
702 return dcf->
723 DecimalFormat *dcf = dynamic_cast<DecimalFormat *>(nf); local
724 if (dcf == NULL) {
729 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols());
732 dcf->setDecimalFormatSymbols(symbols);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 2692 final Rect dcf = mTmpDecorFrame; local
2975 final Rect dcf = mTmpDecorFrame; local
    [all...]

Completed in 104 milliseconds