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

  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 92 UnicodeString fmtd; local
95 fmtd = sdf->format(today, fmtd, pos);
96 logln("today: " + fmtd);
961 UnicodeString fmtd; local
963 fmtd = df->format(dt, fmtd, pos);
964 logln(fmtd);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 58 StringBuffer fmtd = new StringBuffer(""); local
60 fmtd = sdf.format(today, fmtd, pos);
61 logln("today: " + fmtd);
648 StringBuffer fmtd = new StringBuffer(""); local
650 fmtd = df.format(dt, fmtd, pos);
651 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);
647 StringBuffer fmtd = new StringBuffer(""); local
649 fmtd = df.format(dt, fmtd, pos);
650 logln(fmtd.toString());
    [all...]
  /external/libedit/src/
terminal.c 1469 static const char fmts[] = "%s\\n", fmtd[] = "%d\\n"; local
    [all...]

Completed in 507 milliseconds