Home
last modified time | relevance | path

Searched refs:STANDARD_TIME (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DDangiCalendar.java71 DateTimeRule.STANDARD_TIME);
73 DateTimeRule.STANDARD_TIME);
75 DateTimeRule.STANDARD_TIME);
DDateTimeRule.java59 public static final int STANDARD_TIME = 1; field in DateTimeRule
257 case STANDARD_TIME: in toString()
DSimpleTimeZone.java46 public static final int STANDARD_TIME = 1; field in SimpleTimeZone
1319 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
1346 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
DBasicTimeZone.java304 if (timeType == DateTimeRule.STANDARD_TIME) { in getTimeZoneRules()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddangical.cpp112 …e(UNICODE_STRING_SIMPLE("Korean 1897"), 7*kOneHour, 0, millis1897, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
113 …CODE_STRING_SIMPLE("Korean 1898-1911"), 8*kOneHour, 0, millis1898, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
114 …(UNICODE_STRING_SIMPLE("Korean 1912-"), 9*kOneHour, 0, millis1912, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
Dsimpletz.cpp1113 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1152 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
Dbasictz.cpp435 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
/third_party/icu/icu4c/source/i18n/
Ddangical.cpp112 …e(UNICODE_STRING_SIMPLE("Korean 1897"), 7*kOneHour, 0, millis1897, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
113 …CODE_STRING_SIMPLE("Korean 1898-1911"), 8*kOneHour, 0, millis1898, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
114 …(UNICODE_STRING_SIMPLE("Korean 1912-"), 9*kOneHour, 0, millis1912, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
Dsimpletz.cpp1114 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1153 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
Dbasictz.cpp435 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddangical.cpp112 …e(UNICODE_STRING_SIMPLE("Korean 1897"), 7*kOneHour, 0, millis1897, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
113 …CODE_STRING_SIMPLE("Korean 1898-1911"), 8*kOneHour, 0, millis1898, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
114 …(UNICODE_STRING_SIMPLE("Korean 1912-"), 9*kOneHour, 0, millis1912, 1, DateTimeRule::STANDARD_TIME); in initDangiCalZoneAstroCalc()
Dsimpletz.cpp1116 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1155 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
Dbasictz.cpp435 if (timeType == DateTimeRule::STANDARD_TIME) { in getTimeZoneRulesAfter()
/third_party/node/deps/icu-small/source/i18n/
Ddangical.cpp115 …UnicodeString(u"Korean 1897"), 7*kOneHour, 0, millis1897, 1, DateTimeRule::STANDARD_TIME), status); in initDangiCalZoneAstroCalc()
118 …deString(u"Korean 1898-1911"), 8*kOneHour, 0, millis1898, 1, DateTimeRule::STANDARD_TIME), status); in initDangiCalZoneAstroCalc()
121 …UnicodeString(u"Korean 1912-"), 9*kOneHour, 0, millis1912, 1, DateTimeRule::STANDARD_TIME), status… in initDangiCalZoneAstroCalc()
Dsimpletz.cpp1116 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1155 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtrule.h57 STANDARD_TIME, /**< The local standard time */ enumerator
Dsimpletz.h81 STANDARD_TIME, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddtrule.h55 STANDARD_TIME, /**< The local standard time */ enumerator
Dsimpletz.h79 STANDARD_TIME, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtrule.h57 STANDARD_TIME, /**< The local standard time */ enumerator
Dsimpletz.h81 STANDARD_TIME, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Ddtrule.h57 STANDARD_TIME, /**< The local standard time */ enumerator
Dsimpletz.h81 STANDARD_TIME, enumerator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java104 0*HOUR, DateTimeRule.STANDARD_TIME); in TestSimpleRuleBasedTimeZone()
763 DateTimeRule.STANDARD_TIME); // Mar 11, at 2 AM, standard time in TestTimeZoneRuleCoverage()
812 …imeZoneRule t4 = new TimeArrayTimeZoneRule("t4", -3*HOUR, 0, trtimes1, DateTimeRule.STANDARD_TIME); in TestTimeZoneRuleCoverage()
971 if (t4.getTimeType() != DateTimeRule.STANDARD_TIME) { in TestTimeZoneRuleCoverage()
/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp228 0*HOUR, DateTimeRule::STANDARD_TIME); in TestSimpleRuleBasedTimeZone()
1214 DateTimeRule::STANDARD_TIME); // Mar 11, at 2 AM, standard time in TestTimeZoneRuleCoverage()
1237 …neRule *t4 = new TimeArrayTimeZoneRule("t4", -3*HOUR, 0, trtimes1, 1, DateTimeRule::STANDARD_TIME); in TestTimeZoneRuleCoverage()
1438 if (t4->getTimeType() != DateTimeRule::STANDARD_TIME) { in TestTimeZoneRuleCoverage()

12