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

  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 52 decf = new DecimalFormat("00", symbols, status);
76 decf->format(hour, appendTo);
77 decf->format(min, appendTo);
78 decf->format(sec, appendTo);
91 DecimalFormat* decf; member in class:DumpFormatter
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 191 private DecimalFormat decf; field in class:ICUZDump.DumpFormatter
195 decf = new DecimalFormat("00", decfs);
218 buf.append(decf.format(hour));
219 buf.append(decf.format(min));
220 buf.append(decf.format(sec));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mcore/
allinsn.s 45 test decf r1
allinsn.d 111 0+044 <decf>:
112 44: 0091 decf r1

Completed in 1628 milliseconds