Searched defs:timeType (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtrule.cpp23 TimeRuleType timeType)
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
32 TimeRuleType timeType)
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
42 TimeRuleType timeType)
45 fTimeRuleType(timeType) {
20 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t millisInDay, TimeRuleType timeType) argument
28 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) argument
37 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) argument
H A Dbasictz.cpp426 DateTimeRule::TimeRuleType timeType; local
430 timeType = tar->getTimeType();
433 if (timeType == DateTimeRule::STANDARD_TIME) {
436 if (timeType == DateTimeRule::WALL_TIME) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
H A Dtimezone.cpp1177 UTimeZoneFormatTimeType timeType; local
1189 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType);
1192 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType);
1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
1203 if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_TYPE_DAYLIGHT)) {
H A Dtzgnames.cpp115 UTimeZoneFormatTimeType timeType; member in struct:GMatchInfo
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
971 //timeType = bestMatchTimeType;
981 timeType = bestMatchTimeType;
993 timeType = bestMatchTimeType;
1011 // timeType = UTZFMT_TIME_TYPE_STANDARD will cause a
1023 timeType
909 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
1343 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ddtrule.cpp23 TimeRuleType timeType)
25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) {
32 TimeRuleType timeType)
34 fDateRuleType(DateTimeRule::DOW), fTimeRuleType(timeType) {
42 TimeRuleType timeType)
45 fTimeRuleType(timeType) {
20 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t millisInDay, TimeRuleType timeType) argument
28 DateTimeRule(int32_t month, int32_t weekInMonth, int32_t dayOfWeek, int32_t millisInDay, TimeRuleType timeType) argument
37 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after, int32_t millisInDay, TimeRuleType timeType) argument
H A Dbasictz.cpp426 DateTimeRule::TimeRuleType timeType; local
430 timeType = tar->getTimeType();
433 if (timeType == DateTimeRule::STANDARD_TIME) {
436 if (timeType == DateTimeRule::WALL_TIME) {
460 tar->getRawOffset(), tar->getDSTSavings(), newTimes, asize, timeType);
H A Dtimezone.cpp1177 UTimeZoneFormatTimeType timeType; local
1189 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType);
1192 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType);
1195 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
1203 if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_TYPE_DAYLIGHT)) {
H A Dtzgnames.cpp115 UTimeZoneFormatTimeType timeType; member in struct:GMatchInfo
240 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
282 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
910 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
911 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
971 //timeType = bestMatchTimeType;
981 timeType = bestMatchTimeType;
993 timeType = bestMatchTimeType;
1011 // timeType = UTZFMT_TIME_TYPE_STANDARD will cause a
1023 timeType
909 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
1343 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.cpp691 UTimeZoneFormatTimeType timeType; member in struct:__anon12342
697 // text inPos locale style parseAll expected outPos timeType
739 } else if (ttype != DATA[i].timeType) {
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
926 UTimeZoneFormatTimeType timeType; member in struct:__anon12343
1014 UTimeZoneFormatTimeType timeType; local
1016 tzfmt->format(DATA[i].style, *(tz.getAlias()), DATA[i].date, out, &timeType);
1021 if (DATA[i].timeType != timeType) {
1023 + timeType
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp691 UTimeZoneFormatTimeType timeType; member in struct:__anon22153
697 // text inPos locale style parseAll expected outPos timeType
739 } else if (ttype != DATA[i].timeType) {
740 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
926 UTimeZoneFormatTimeType timeType; member in struct:__anon22154
1014 UTimeZoneFormatTimeType timeType; local
1016 tzfmt->format(DATA[i].style, *(tz.getAlias()), DATA[i].date, out, &timeType);
1021 if (DATA[i].timeType != timeType) {
1023 + timeType
[all...]
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp583 STDMETHODIMP CHandler::GetFileTimeType(UInt32 *timeType) argument
585 *timeType = NFileTimeType::kUnix;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 213 milliseconds