Home | History | Annotate | Download | only in i18n

Lines Matching defs:timeType

116     UTimeZoneFormatTimeType   timeType;
241 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
283 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
919 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
920 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
980 //timeType = bestMatchTimeType;
990 timeType = bestMatchTimeType;
1002 timeType = bestMatchTimeType;
1020 // timeType = UTZFMT_TIME_TYPE_STANDARD will cause a
1032 timeType = bestMatchTimeType;
1362 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
1363 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status);