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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeArrayTimeZoneRule.java 25 private final int timeType;
39 * @param timeType The time type of the start times, which is one of
43 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) {
51 this.timeType = timeType;
72 return timeType;
132 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
150 if (timeType != DateTimeRule.UTC_TIME) {
153 if (timeType == DateTimeRule.WALL_TIME)
    [all...]
BasicTimeZone.java 300 int timeType = tar.getTimeType();
304 if (timeType == DateTimeRule.STANDARD_TIME) {
307 if (timeType == DateTimeRule.WALL_TIME) {
TimeZone.java 29 import android.icu.text.TimeZoneFormat.TimeType;
481 Output<TimeType> timeType = new Output<TimeType>(TimeType.UNKNOWN);
485 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
488 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
491 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
498 if (daylight && timeType.value == TimeType.STANDARD |
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeArrayTimeZoneRule.java 24 private final int timeType;
38 * @param timeType The time type of the start times, which is one of
44 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) {
52 this.timeType = timeType;
75 return timeType;
140 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
159 if (timeType != DateTimeRule.UTC_TIME) {
162 if (timeType == DateTimeRule.WALL_TIME)
    [all...]
BasicTimeZone.java 311 int timeType = tar.getTimeType();
315 if (timeType == DateTimeRule.STANDARD_TIME) {
318 if (timeType == DateTimeRule.WALL_TIME) {
TimeZone.java 28 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...]
  /packages/apps/Settings/src/com/android/settings/datetime/timezone/
TimeZoneInfoPreferenceController.java 100 String timeType = toDst ? item.getDaylightName() : item.getStandardName();
101 if (timeType == null) {
104 timeType = toDst ?
113 R.string.zone_info_footer, offsetAndName, timeType, date);
  /external/icu/icu4c/source/i18n/
basictz.cpp 428 DateTimeRule::TimeRuleType timeType;
432 timeType = tar->getTimeType();
435 if (timeType == DateTimeRule::STANDARD_TIME) {
438 if (timeType == DateTimeRule::WALL_TIME) {
462 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
tzgnames.cpp 118 UTimeZoneFormatTimeType timeType;
243 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
285 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
885 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
886 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
946 //timeType = bestMatchTimeType;
    [all...]
timezone.cpp     [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 630 timeType = reflect.TypeOf(time.Time{})
836 case timeType:
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 630 timeType = reflect.TypeOf(time.Time{})
836 case timeType:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 27 import android.icu.text.TimeZoneFormat.TimeType;
606 final TimeType timeType;
609 this(nameType, tzID, matchLength, TimeType.UNKNOWN);
612 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType) {
616 this.timeType = timeType;
627 public TimeType timeType() {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.cpp 723 UTimeZoneFormatTimeType timeType;
730 // parseOptions expected outPos timeType
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 26 import com.ibm.icu.text.TimeZoneFormat.TimeType;
604 final TimeType timeType;
607 this(nameType, tzID, matchLength, TimeType.UNKNOWN);
610 private GenericMatchInfo(GenericNameType nameType, String tzID, int matchLength, TimeType timeType) {
614 this.timeType = timeType;
625 public TimeType timeType() {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 43 import android.icu.text.TimeZoneFormat.TimeType;
567 null, "Etc/GMT", 1, TimeType.UNKNOWN},
570 null, "Etc/GMT", 1, TimeType.UNKNOWN},
573 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
576 null, "Africa/Lusaka", 11, TimeType.UNKNOWN},
579 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
582 null, "Etc/GMT", 6, TimeType.UNKNOWN},
585 null, "GMT-01:30:45", 9, TimeType.UNKNOWN},
588 null, "GMT-07:00", 2, TimeType.UNKNOWN},
591 null, "GMT-22:22", 5, TimeType.UNKNOWN}
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 42 import com.ibm.icu.text.TimeZoneFormat.TimeType;
564 null, "Etc/GMT", 1, TimeType.UNKNOWN},
567 null, "Etc/GMT", 1, TimeType.UNKNOWN},
570 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
573 null, "Africa/Lusaka", 11, TimeType.UNKNOWN},
576 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
579 null, "Etc/GMT", 6, TimeType.UNKNOWN},
582 null, "GMT-01:30:45", 9, TimeType.UNKNOWN},
585 null, "GMT-07:00", 2, TimeType.UNKNOWN},
588 null, "GMT-22:22", 5, TimeType.UNKNOWN}
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 319 milliseconds

1 2