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

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 89 UnicodeString fmtd; local
92 fmtd = sdf->format(today, fmtd, pos);
93 logln("today: " + fmtd);
958 UnicodeString fmtd; local
960 fmtd = df->format(dt, fmtd, pos);
961 logln(fmtd);
    [all...]
  /external/libedit/src/
terminal.c 1469 static const char fmts[] = "%s\\n", fmtd[] = "%d\\n"; local
    [all...]
  /external/opencv3/modules/java/generator/src/cpp/
Mat.cpp 2178 Ptr<Formatted> fmtd = Formatter::get()->format(*me); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 61 StringBuffer fmtd = new StringBuffer(""); local
63 fmtd = sdf.format(today, fmtd, pos);
64 logln("today: " + fmtd);
635 StringBuffer fmtd = new StringBuffer(""); local
637 fmtd = df.format(dt, fmtd, pos);
638 logln(fmtd.toString());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 57 StringBuffer fmtd = new StringBuffer(""); local
59 fmtd = sdf.format(today, fmtd, pos);
60 logln("today: " + fmtd);
631 StringBuffer fmtd = new StringBuffer(""); local
633 fmtd = df.format(dt, fmtd, pos);
634 logln(fmtd.toString());
    [all...]

Completed in 362 milliseconds