HomeSort by relevance Sort by last modified time
    Searched refs:timeType (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeArrayTimeZoneRule.java 23 private final int timeType;
37 * @param timeType The time type of the start times, which is one of
41 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) {
49 this.timeType = timeType;
70 return timeType;
125 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
142 if (timeType != DateTimeRule.UTC_TIME) {
145 if (timeType == DateTimeRule.WALL_TIME)
    [all...]
DateTimeRule.java 82 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
86 int millisInDay, int timeType) {
92 this.timeRuleType = timeType;
110 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
114 int millisInDay, int timeType) {
121 this.timeRuleType = timeType;
138 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
142 int millisInDay, int timeType) {
149 this.timeRuleType = timeType;
TimeZone.java 26 import android.icu.text.TimeZoneFormat.TimeType;
485 Output<TimeType> timeType = new Output<TimeType>(TimeType.UNKNOWN);
489 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
492 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
495 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
502 if (daylight && timeType.value == TimeType.STANDARD |
    [all...]
BasicTimeZone.java 298 int timeType = tar.getTimeType();
302 if (timeType == DateTimeRule.STANDARD_TIME) {
305 if (timeType == DateTimeRule.WALL_TIME) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeArrayTimeZoneRule.java 22 private final int timeType;
36 * @param timeType The time type of the start times, which is one of
42 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) {
50 this.timeType = timeType;
73 return timeType;
133 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
151 if (timeType != DateTimeRule.UTC_TIME) {
154 if (timeType == DateTimeRule.WALL_TIME)
    [all...]
DateTimeRule.java 95 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
101 int millisInDay, int timeType) {
107 this.timeRuleType = timeType;
125 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
131 int millisInDay, int timeType) {
138 this.timeRuleType = timeType;
155 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
161 int millisInDay, int timeType) {
168 this.timeRuleType = timeType;
TimeZone.java 25 import com.ibm.icu.text.TimeZoneFormat.TimeType;
544 Output<TimeType> timeType = new Output<TimeType>(TimeType.UNKNOWN);
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
551 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
554 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
561 if (daylight && timeType.value == TimeType.STANDARD |
    [all...]
BasicTimeZone.java 309 int timeType = tar.getTimeType();
313 if (timeType == DateTimeRule.STANDARD_TIME) {
316 if (timeType == DateTimeRule.WALL_TIME) {
  /external/icu/icu4c/source/i18n/
dtrule.cpp 23 TimeRuleType timeType)
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
32 TimeRuleType timeType)
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
42 TimeRuleType timeType)
45 fTimeRuleType(timeType) {
tzgnames.h 56 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
tzfmt.cpp 644 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const {
645 if (timeType) {
646 *timeType = UTZFMT_TIME_TYPE_UNKNOWN;
662 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType);
665 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType);
758 if (timeType) {
759 *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;
804 UTimeZoneFormatTimeType* timeType /*= NULL*/) const {
805 return parse(style, text, pos, getDefaultParseOptions(), timeType);
810 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const
    [all...]
basictz.cpp 426 DateTimeRule::TimeRuleType timeType;
430 timeType = tar->getTimeType();
433 if (timeType == DateTimeRule::STANDARD_TIME) {
436 if (timeType == DateTimeRule::WALL_TIME) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
tzgnames.cpp 115 UTimeZoneFormatTimeType timeType;
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
914 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
915 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
    [all...]
timezone.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtrule.h 65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
70 int32_t millisInDay, TimeRuleType timeType);
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
88 int32_t millisInDay, TimeRuleType timeType);
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
106 int32_t millisInDay, TimeRuleType timeType);
tzfmt.h 528 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
536 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
590 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
599 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
608 * @param timeType The output argument for receiving the time type (standard/daylight/unknown),
617 UTimeZoneFormatTimeType* timeType = NULL) const;
719 * @param timeType when null, actual time type is set
723 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 723 UTimeZoneFormatTimeType timeType;
730 // parseOptions expected outPos timeType
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 34 import android.icu.text.TimeZoneFormat.TimeType;
547 null, "Etc/GMT", 1, TimeType.UNKNOWN},
550 null, "Etc/GMT", 1, TimeType.UNKNOWN},
553 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
556 null, "Africa/Lusaka", 11, TimeType.UNKNOWN},
559 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
562 null, "Etc/GMT", 6, TimeType.UNKNOWN},
565 null, "GMT-01:30:45", 9, TimeType.UNKNOWN},
568 null, "GMT-07:00", 2, TimeType.UNKNOWN},
571 null, "GMT-22:22", 5, TimeType.UNKNOWN}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 33 import com.ibm.icu.text.TimeZoneFormat.TimeType;
543 null, "Etc/GMT", 1, TimeType.UNKNOWN},
546 null, "Etc/GMT", 1, TimeType.UNKNOWN},
549 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
552 null, "Africa/Lusaka", 11, TimeType.UNKNOWN},
555 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
558 null, "Etc/GMT", 6, TimeType.UNKNOWN},
561 null, "GMT-01:30:45", 9, TimeType.UNKNOWN},
564 null, "GMT-07:00", 2, TimeType.UNKNOWN},
567 null, "GMT-22:22", 5, TimeType.UNKNOWN}
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 25 import android.icu.text.TimeZoneFormat.TimeType;
602 TimeType timeType = TimeType.UNKNOWN;
612 public TimeType timeType() {
613 return timeType;
647 //matchInfo.timeType = TimeType.UNKNOWN;
717 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 24 import com.ibm.icu.text.TimeZoneFormat.TimeType;
600 TimeType timeType = TimeType.UNKNOWN;
610 public TimeType timeType() {
611 return timeType;
645 //matchInfo.timeType = TimeType.UNKNOWN;
715 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 77 timeType int // the time tag to use when marshaling.
99 ret.timeType = tagGeneralizedTime
101 ret.timeType = tagUTCTime
142 case timeType:
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 77 timeType int // the time tag to use when marshaling.
99 ret.timeType = tagGeneralizedTime
101 ret.timeType = tagUTCTime
142 case timeType:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java 254 public enum TimeType {
806 * the style. This method takes an extra argument <code>Output&lt;TimeType&gt; timeType</code>
814 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
820 public String format(Style style, TimeZone tz, long date, Output<TimeType> timeType) {
823 if (timeType != null) {
824 timeType.value = TimeType.UNKNOWN;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 284 public enum TimeType {
    [all...]

Completed in 2946 milliseconds

1 2