Home | History | Annotate | Download | only in impl

Lines Matching defs:timeType

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() {
628 return timeType;
729 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) {
739 if (bestMatch.timeType != TimeType.STANDARD) {
798 TimeType timeType = TimeType.UNKNOWN;
802 timeType = TimeType.STANDARD;
809 timeType = TimeType.STANDARD;
826 GenericMatchInfo gmatch = new GenericMatchInfo(nameType, tzID, matchInfo.matchLength(), timeType);