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

  /external/icu4c/i18n/unicode/
dtptngen.h 220 * its datetimeFormat is the default "{0} {1}". Then if the input skeleton
226 * @param dateTimeFormat
231 void setDateTimeFormat(const UnicodeString& dateTimeFormat);
235 * @return DateTimeFormat.
390 UnicodeString dateTimeFormat;
  /packages/apps/Gallery3D/src/com/cooliris/media/
DetailMode.java 92 DateFormat dateTimeFormat = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.SHORT);
102 strings.add(resources.getString(Res.string.start) + ": " + dateTimeFormat.format(new Date(minTimestamp)));
103 strings.add(resources.getString(Res.string.end) + ": " + dateTimeFormat.format(new Date(maxTimestamp)));
111 strings.add(resources.getString(Res.string.start) + ": " + dateTimeFormat.format(new Date(minTimestamp)));
112 strings.add(resources.getString(Res.string.end) + ": " + dateTimeFormat.format(new Date(maxTimestamp)));
148 DateFormat dateTimeFormat = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.SHORT);
169 strings[2] = resources.getString(Res.string.taken_on) + ": " + dateTimeFormat.format(item.mLocaltime);
175 strings[2] = resources.getString(Res.string.taken_on) + ": " + dateTimeFormat.format(new Date(dateTaken));
184 strings[2] = resources.getString(Res.string.taken_on) + ": " + dateTimeFormat.format(new Date(dateAdded));
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 56 * <li><code>org.apache.commons.logging.simplelog.dateTimeFormat</code> -
101 static protected String dateTimeFormat = DEFAULT_DATE_TIME_FORMAT;
169 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat",
170 dateTimeFormat);
172 dateFormatter = new SimpleDateFormat(dateTimeFormat);
175 dateTimeFormat = DEFAULT_DATE_TIME_FORMAT;
176 dateFormatter = new SimpleDateFormat(dateTimeFormat);
  /external/icu4c/i18n/
dtitvfmt.cpp 703 const UChar* dateTimeFormat = ures_getStringByIndex(
713 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
715 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
717 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
    [all...]

Completed in 176 milliseconds