Searched defs:timeType (Results 1 - 9 of 9) 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);
/external/icu4c/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.cpp1227 UTimeZoneFormatTimeType timeType; local
1239 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, *this, date, result, &timeType);
1242 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, *this, date, result, &timeType);
1245 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, *this, date, result, &timeType);
1253 if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_TYPE_DAYLIGHT)) {
H A Dtzgnames.cpp116 UTimeZoneFormatTimeType timeType; member in struct:GMatchInfo
241 gmatch->timeType = UTZFMT_TIME_TYPE_UNKNOWN;
283 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const;
917 UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const {
918 timeType = UTZFMT_TIME_TYPE_UNKNOWN;
978 //timeType = bestMatchTimeType;
988 timeType = bestMatchTimeType;
1000 timeType = bestMatchTimeType;
1018 // timeType = UTZFMT_TIME_TYPE_STANDARD will cause a
1030 timeType
916 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
1359 findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, UnicodeString& tzID, UTimeZoneFormatTimeType& timeType, UErrorCode& status) const argument
[all...]
/external/icu4c/test/intltest/
H A Dtzfmttst.cpp690 UTimeZoneFormatTimeType timeType; member in struct:__anon19443
696 // text inPos locale style parseAll expected outPos timeType
738 } else if (ttype != DATA[i].timeType) {
739 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
/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 236 milliseconds