Home
last modified time | relevance | path

Searched refs:timeRuleType (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DDateTimeRule.java86 private final int timeRuleType; field in DateTimeRule
109 this.timeRuleType = timeType; in DateTimeRule()
140 this.timeRuleType = timeType; in DateTimeRule()
170 this.timeRuleType = timeType; in DateTimeRule()
244 return timeRuleType; in getTimeRuleType()
288 switch (timeRuleType) { in toString()
H A DSimpleTimeZone.java1347 int timeRuleType; in initTransitionRules()
1351 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
1355 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1359 timeRuleType); in initTransitionRules()
1363 timeRuleType); in initTransitionRules()
1367 timeRuleType); in initTransitionRules()
1378 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
1382 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
1385 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, endTime, timeRuleType); in initTransitionRules()
1389 timeRuleType); in initTransitionRules()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DDateTimeRule.java73 private final int timeRuleType; field in DateTimeRule
94 this.timeRuleType = timeType; in DateTimeRule()
123 this.timeRuleType = timeType; in DateTimeRule()
151 this.timeRuleType = timeType; in DateTimeRule()
213 return timeRuleType; in getTimeRuleType()
253 switch (timeRuleType) { in toString()
H A DSimpleTimeZone.java1315 int timeRuleType; in initTransitionRules()
1319 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
1323 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1327 timeRuleType); in initTransitionRules()
1331 timeRuleType); in initTransitionRules()
1335 timeRuleType); in initTransitionRules()
1346 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule.STANDARD_TIME : in initTransitionRules()
1350 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
1353 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, endTime, timeRuleType); in initTransitionRules()
1357 timeRuleType); in initTransitionRules()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp1110 DateTimeRule::TimeRuleType timeRuleType; in initTransitionRules() local
1114 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1118 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1121 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1124 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1127 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()
1153 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1157 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
1160 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, endTime, timeRuleType); in initTransitionRules()
1163 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, true, endTime, timeRuleType); in initTransitionRules()
[all...]
H A Dtzrule.cpp407 DateTimeRule::TimeRuleType timeRuleType)
408 : TimeZoneRule(name, rawOffset, dstSavings), fTimeRuleType(timeRuleType),
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp1110 DateTimeRule::TimeRuleType timeRuleType; in initTransitionRules() local
1114 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1118 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1121 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1124 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1127 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()
1153 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1157 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
1160 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, endTime, timeRuleType); in initTransitionRules()
1163 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, true, endTime, timeRuleType); in initTransitionRules()
[all...]
H A Dtzrule.cpp407 DateTimeRule::TimeRuleType timeRuleType)
408 : TimeZoneRule(name, rawOffset, dstSavings), fTimeRuleType(timeRuleType),
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp1112 DateTimeRule::TimeRuleType timeRuleType; in initTransitionRules() local
1116 timeRuleType = (startTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1120 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1123 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1126 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1129 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()
1155 timeRuleType = (endTimeMode == STANDARD_TIME) ? DateTimeRule::STANDARD_TIME : in initTransitionRules()
1159 dtRule = new DateTimeRule(endMonth, endDay, endTime, timeRuleType); in initTransitionRules()
1162 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, endTime, timeRuleType); in initTransitionRules()
1165 dtRule = new DateTimeRule(endMonth, endDay, endDayOfWeek, true, endTime, timeRuleType); in initTransitionRules()
[all...]
H A Dtzrule.cpp407 DateTimeRule::TimeRuleType timeRuleType)
408 : TimeZoneRule(name, rawOffset, dstSavings), fTimeRuleType(timeRuleType),
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzrule.h620 * @param timeRuleType The time type of the start times, which is one of
626 const UDate* startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h620 * @param timeRuleType The time type of the start times, which is one of
626 const UDate* startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtzrule.h634 * @param timeRuleType The time type of the start times, which is one of
640 const UDate* startTimes, int32_t numStartTimes, DateTimeRule::TimeRuleType timeRuleType);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 17 milliseconds