Home
last modified time | relevance | path

Searched refs:timeType (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtrule.cpp23 TimeRuleType timeType) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 TimeRuleType timeType) in DateTimeRule() argument
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) { in DateTimeRule()
42 TimeRuleType timeType) in DateTimeRule() argument
45 fTimeRuleType(timeType) { in DateTimeRule()
Dtzfmt.cpp638 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in format()
639 if (timeType) { in format()
640 *timeType = UTZFMT_TIME_TYPE_UNKNOWN; in format()
656 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType); in format()
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
752 if (timeType) { in format()
753 … *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD; in format()
797 UTimeZoneFormatTimeType* timeType /*= NULL*/) const { in parse()
798 return parse(style, text, pos, getDefaultParseOptions(), timeType); in parse()
803 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in parse()
[all …]
Dbasictz.cpp426 DateTimeRule::TimeRuleType timeType; in getTimeZoneRulesAfter() local
430 timeType = tar->getTimeType(); in getTimeZoneRulesAfter()
433 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
436 if (timeType == DateTimeRule::WALL_TIME) { in getTimeZoneRulesAfter()
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType); in getTimeZoneRulesAfter()
Dtzgnames.cpp115 UTimeZoneFormatTimeType timeType; member
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN; in handleMatch()
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const { in findBestMatch() argument
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN; in findBestMatch()
993 timeType = bestMatchTimeType; in findBestMatch()
1023 timeType = bestMatchTimeType; in findBestMatch()
1344 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const { in findBestMatch() argument
1345 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status); in findBestMatch()
Dtzgnames.h56 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
Dtimezone.cpp1177 UTimeZoneFormatTimeType timeType; in getDisplayName() local
1189 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1192 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1203 …if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_T… in getDisplayName()
/external/chromium_org/third_party/icu/source/i18n/
Ddtrule.cpp23 TimeRuleType timeType) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 TimeRuleType timeType) in DateTimeRule() argument
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) { in DateTimeRule()
42 TimeRuleType timeType) in DateTimeRule() argument
45 fTimeRuleType(timeType) { in DateTimeRule()
Dtzfmt.cpp638 UnicodeString& name, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in format()
639 if (timeType) { in format()
640 *timeType = UTZFMT_TIME_TYPE_UNKNOWN; in format()
656 formatSpecific(tz, UTZNM_LONG_STANDARD, UTZNM_LONG_DAYLIGHT, date, name, timeType); in format()
659 formatSpecific(tz, UTZNM_SHORT_STANDARD, UTZNM_SHORT_DAYLIGHT, date, name, timeType); in format()
752 if (timeType) { in format()
753 … *timeType = (dstOffset != 0) ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD; in format()
797 UTimeZoneFormatTimeType* timeType /*= NULL*/) const { in parse()
798 return parse(style, text, pos, getDefaultParseOptions(), timeType); in parse()
803 int32_t parseOptions, UTimeZoneFormatTimeType* timeType /* = NULL */) const { in parse()
[all …]
Dbasictz.cpp426 DateTimeRule::TimeRuleType timeType; in getTimeZoneRulesAfter() local
430 timeType = tar->getTimeType(); in getTimeZoneRulesAfter()
433 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
436 if (timeType == DateTimeRule::WALL_TIME) { in getTimeZoneRulesAfter()
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType); in getTimeZoneRulesAfter()
Dtzgnames.cpp115 UTimeZoneFormatTimeType timeType; member
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN; in handleMatch()
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const { in findBestMatch() argument
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN; in findBestMatch()
993 timeType = bestMatchTimeType; in findBestMatch()
1023 timeType = bestMatchTimeType; in findBestMatch()
1344 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const { in findBestMatch() argument
1345 return fRef->obj->findBestMatch(text, start, types, tzID, timeType, status); in findBestMatch()
Dtzgnames.h56 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
Dtimezone.cpp1177 UTimeZoneFormatTimeType timeType; in getDisplayName() local
1189 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType); in getDisplayName()
1192 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType); in getDisplayName()
1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType); in getDisplayName()
1203 …if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_T… in getDisplayName()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtrule.h70 int32_t millisInDay, TimeRuleType timeType);
88 int32_t millisInDay, TimeRuleType timeType);
106 int32_t millisInDay, TimeRuleType timeType);
Dtzfmt.h534 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
599 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
617 UTimeZoneFormatTimeType* timeType = NULL) const;
720 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
/external/icu/icu4c/source/i18n/unicode/
Ddtrule.h70 int32_t millisInDay, TimeRuleType timeType);
88 int32_t millisInDay, TimeRuleType timeType);
106 int32_t millisInDay, TimeRuleType timeType);
Dtzfmt.h527 UnicodeString& name, UTimeZoneFormatTimeType* timeType = NULL) const;
590 int32_t parseOptions, UTimeZoneFormatTimeType* timeType = NULL) const;
608 UTimeZoneFormatTimeType* timeType = NULL) const;
711 UDate date, UnicodeString& name, UTimeZoneFormatTimeType *timeType) const;
/external/chromium_org/third_party/icu/source/test/intltest/
Dtzfmttst.cpp691 UTimeZoneFormatTimeType timeType; member
739 } else if (ttype != DATA[i].timeType) { in TestParse()
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse()
926 UTimeZoneFormatTimeType timeType; member
1014 UTimeZoneFormatTimeType timeType; in TestFormat() local
1016 tzfmt->format(DATA[i].style, *(tz.getAlias()), DATA[i].date, out, &timeType); in TestFormat()
1021 if (DATA[i].timeType != timeType) { in TestFormat()
1023 + timeType + ", expected=" + DATA[i].timeType); in TestFormat()
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp691 UTimeZoneFormatTimeType timeType; member
739 } else if (ttype != DATA[i].timeType) { in TestParse()
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType; in TestParse()
926 UTimeZoneFormatTimeType timeType; member
1014 UTimeZoneFormatTimeType timeType; in TestFormat() local
1016 tzfmt->format(DATA[i].style, *(tz.getAlias()), DATA[i].date, out, &timeType); in TestFormat()
1021 if (DATA[i].timeType != timeType) { in TestFormat()
1023 + timeType + ", expected=" + DATA[i].timeType); in TestFormat()
/external/chromium_org/net/cert/
Dx509_certificate_mac.cc83 if (x509_time->timeType != BER_TAG_UTC_TIME && in GetCertDateForOID()
84 x509_time->timeType != BER_TAG_GENERALIZED_TIME) { in GetCertDateForOID()
86 << x509_time->timeType; in GetCertDateForOID()
93 CertDateFormat format = x509_time->timeType == BER_TAG_UTC_TIME ? in GetCertDateForOID()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp583 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType) in GetFileTimeType() argument
585 *timeType = NFileTimeType::kUnix; in GetFileTimeType()