Searched defs:dateTimeFormat (Results 1 - 18 of 18) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ddtptngen.h288 * @param dateTimeFormat
293 void setDateTimeFormat(const UnicodeString& dateTimeFormat);
515 UnicodeString dateTimeFormat; member in class:DateTimePatternGenerator
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java56 * <li><code>org.apache.commons.logging.simplelog.dateTimeFormat</code> -
106 static protected String dateTimeFormat = DEFAULT_DATE_TIME_FORMAT; field in class:SimpleLog
174 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat",
175 dateTimeFormat);
177 dateFormatter = new SimpleDateFormat(dateTimeFormat);
180 dateTimeFormat = DEFAULT_DATE_TIME_FORMAT;
181 dateFormatter = new SimpleDateFormat(dateTimeFormat);
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
H A DSimpleLog.java57 * <li><code>org.apache.commons.logging.simplelog.dateTimeFormat</code> - The
104 static protected String dateTimeFormat = DEFAULT_DATE_TIME_FORMAT; field in class:SimpleLog
171 dateTimeFormat = getStringProperty(systemPrefix + "dateTimeFormat", dateTimeFormat);
173 dateFormatter = new SimpleDateFormat(dateTimeFormat);
176 dateTimeFormat = DEFAULT_DATE_TIME_FORMAT;
177 dateFormatter = new SimpleDateFormat(dateTimeFormat);
/external/icu/icu4c/source/i18n/
H A Ddtitvfmt.cpp667 const UChar* dateTimeFormat = ures_getStringByIndex( local
672 fDateTimeFormat = new UnicodeString(dateTimeFormat, dateTimeFormatLength);
760 // earlier failure getting dateTimeFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java303 String dateTimeFormat = Calendar.getDateTimePattern(Calendar.getInstance(uLocale), uLocale, DateFormat.MEDIUM);
304 setDateTimeFormat(dateTimeFormat);
863 * @param dateTimeFormat message format pattern, where {1} will be replaced by the date
866 public void setDateTimeFormat(String dateTimeFormat) { argument
868 this.dateTimeFormat = dateTimeFormat;
877 return dateTimeFormat;
1731 private String dateTimeFormat = "{1} {0}"; field in class:DateTimePatternGenerator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java307 String dateTimeFormat = Calendar.getDateTimePattern(Calendar.getInstance(uLocale), uLocale, DateFormat.MEDIUM);
308 setDateTimeFormat(dateTimeFormat);
878 * @param dateTimeFormat message format pattern, where {1} will be replaced by the date
882 public void setDateTimeFormat(String dateTimeFormat) { argument
884 this.dateTimeFormat = dateTimeFormat;
894 return dateTimeFormat;
1757 private String dateTimeFormat = "{1} {0}"; field in class:DateTimePatternGenerator
/external/slf4j/integration/lib/
H A Dslf4j-simple-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/impl/ org/slf4j/impl/SimpleLogger ...
/external/guice/extensions/persist/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/guice/lib/build/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 520 milliseconds