HomeSort by relevance Sort by last modified time
    Searched refs:timeStyle (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /external/icu/icu4c/source/i18n/
windtfmt.cpp 161 // TODO: Range-check timeStyle, dateStyle
162 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status)
163 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr)
udat.cpp 129 udat_open(UDateFormatStyle timeStyle,
143 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
148 if(timeStyle != UDAT_PATTERN) {
151 (DateFormat::EStyle)timeStyle);
155 (DateFormat::EStyle)timeStyle,
    [all...]
smpdtfmt.cpp 536 SimpleDateFormat::SimpleDateFormat(EStyle timeStyle,
547 construct(timeStyle, dateStyle, fLocale, status);
695 void SimpleDateFormat::construct(EStyle timeStyle,
761 if ((timeStyle != kNone) && (dateStyle != kNone))
764 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status));
827 else if (timeStyle != kNone) {
829 ures_getByIndex(dateTimePatterns.getAlias(), (int32_t)timeStyle, NULL, &status));
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 476 * @param timeStyle how to format the time portion.
479 int dateStyle, int timeStyle) {
491 f = java.text.DateFormat.getTimeInstance(timeStyle);
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 588 * @param timeStyle the given date formatting style.
592 SimpleDateFormat(int timeStyle, int dateStyle, Locale locale) {
593 this(getDateTimeFormat(timeStyle, dateStyle, locale), locale);
596 private static String getDateTimeFormat(int timeStyle, int dateStyle, Locale locale) {
598 if ((timeStyle >= 0) && (dateStyle >= 0)) {
601 localeData.getTimeFormat(timeStyle),
604 } else if (timeStyle >= 0) {
605 return localeData.getTimeFormat(timeStyle);
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestDateTimeFormatterBuilder.java     [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java     [all...]
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/gradle-plugin/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
gson-2.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 595 milliseconds

12 3 4 5