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

  /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);
  /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);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 2694 final Rect dcf = mTmpDecorFrame; local
2977 final Rect dcf = mTmpDecorFrame; local
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 150 testfile4: dcf _IO_stdin_used
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 462 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf) {
528 mDecorFrame.set(dcf);
    [all...]

Completed in 664 milliseconds