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

  /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/chromium_org/third_party/WebKit/Source/core/html/
DateTimeLocalInputType.cpp 158 layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithSeconds();
161 layoutParameters.dateTimeFormat = layoutParameters.locale.dateTimeFormatWithoutSeconds();
TimeInputType.cpp 161 layoutParameters.dateTimeFormat = layoutParameters.locale.timeFormat();
164 layoutParameters.dateTimeFormat = layoutParameters.locale.shortTimeFormat();
DateInputType.cpp 116 layoutParameters.dateTimeFormat = layoutParameters.locale.dateFormat();
WeekInputType.cpp 114 layoutParameters.dateTimeFormat = weekFormatInLDML();
BaseMultipleFieldsDateAndTimeInputType.cpp 50 #include "core/platform/text/DateTimeFormat.h"
57 class DateTimeFormatValidator : public DateTimeFormat::TokenHandler {
69 virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
85 void DateTimeFormatValidator::visitField(DateTimeFormat::FieldType fieldType, int)
88 case DateTimeFormat::FieldTypeYear:
91 case DateTimeFormat::FieldTypeMonth: // Fallthrough.
92 case DateTimeFormat::FieldTypeMonthStandAlone:
95 case DateTimeFormat::FieldTypeWeekOfYear:
98 case DateTimeFormat::FieldTypeDayOfMonth:
101 case DateTimeFormat::FieldTypePeriod
    [all...]
MonthInputType.cpp 159 layoutParameters.dateTimeFormat = layoutParameters.locale.monthFormat();
  /external/chromium_org/third_party/icu/source/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.
441 UnicodeString dateTimeFormat;
  /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.
443 UnicodeString dateTimeFormat;
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.h 65 String dateTimeFormat;
DateTimeEditElement.cpp 39 #include "core/platform/text/DateTimeFormat.h"
50 class DateTimeEditBuilder : private DateTimeFormat::TokenHandler {
71 // DateTimeFormat::TokenHandler functions.
72 virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
132 return DateTimeFormat::parse(formatString, *this);
142 void DateTimeEditBuilder::visitField(DateTimeFormat::FieldType fieldType, int count)
150 case DateTimeFormat::FieldTypeDayOfMonth: {
160 case DateTimeFormat::FieldTypeHour11: {
171 case DateTimeFormat::FieldTypeHour12: {
182 case DateTimeFormat::FieldTypeHour23:
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtitvfmt.cpp 705 const UChar* dateTimeFormat = ures_getStringByIndex(
715 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
717 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
719 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
    [all...]
dtptngen.cpp 309 dateTimeFormat = other.dateTimeFormat;
312 dateTimeFormat.getTerminatedBuffer();
341 (dateTimeFormat==other.dateTimeFormat) && (decimal==other.decimal)) {
830 dateTimeFormat = dtFormat;
832 dateTimeFormat.getTerminatedBuffer();
837 return dateTimeFormat;
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 749 const UChar* dateTimeFormat = ures_getStringByIndex(
759 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
761 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
763 concatSingleDate2TimeInterval(dateTimeFormat, dateTimeFormatLength,
    [all...]
dtptngen.cpp 313 dateTimeFormat = other.dateTimeFormat;
316 dateTimeFormat.getTerminatedBuffer();
345 (dateTimeFormat==other.dateTimeFormat) && (decimal==other.decimal)) {
845 dateTimeFormat = dtFormat;
847 dateTimeFormat.getTerminatedBuffer();
852 return dateTimeFormat;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 382 milliseconds