Home
last modified time | relevance | path

Searched defs:rawOffset (Results 1 – 25 of 66) sorted by relevance

123

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZoneRule.java30 private final int rawOffset; field in TimeZoneRule
42 public TimeZoneRule(String name, int rawOffset, int dstSavings) { in TimeZoneRule()
DInitialTimeZoneRule.java34 public InitialTimeZoneRule(String name, int rawOffset, int dstSavings) { in InitialTimeZoneRule()
DTimeZone.java779 String region, Integer rawOffset) { in getAvailableIDs()
793 public static String[] getAvailableIDs(int rawOffset) { in getAvailableIDs()
1294 private int rawOffset; field in TimeZone.ConstantZone
1296 private ConstantZone(int rawOffset, String ID) { in ConstantZone()
DSimpleTimeZone.java63 public SimpleTimeZone(int rawOffset, String ID) { in SimpleTimeZone()
129 public SimpleTimeZone(int rawOffset, String ID, in SimpleTimeZone()
175 public SimpleTimeZone(int rawOffset, String ID, in SimpleTimeZone()
220 public SimpleTimeZone(int rawOffset, String ID, in SimpleTimeZone()
DTimeArrayTimeZoneRule.java43 …public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int ti… in TimeArrayTimeZoneRule()
DAnnualTimeZoneRule.java51 public AnnualTimeZoneRule(String name, int rawOffset, int dstSavings, in AnnualTimeZoneRule()
DVTimeZone.java655 int rawOffset = 0; in parse() local
833 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRRULE()
1191 int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) { in createRuleByRDATE()
1700 private static DateTimeRule toWallTimeRule(DateTimeRule rule, int rawOffset, int dstSavings) { in toWallTimeRule()
/third_party/icu/icu4c/source/i18n/
Drbtz.cpp391 int32_t rawOffset, dstOffset; in getOffset() local
401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
408int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const { in getOffsetFromLocal()
419 int32_t& rawOffset, int32_t& dstOffset, in getOffsetInternal()
Dtzrule.cpp35 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule()
184 int32_t rawOffset, in AnnualTimeZoneRule()
194 int32_t rawOffset, in AnnualTimeZoneRule()
Dzrule.cpp71 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open()
Dchnsecal.cpp486 int32_t rawOffset, dstOffset; in daysToMillis() local
503 int32_t rawOffset, dstOffset; in millisToDays() local
/third_party/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp391 int32_t rawOffset, dstOffset; in getOffset() local
401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
408int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const { in getOffsetFromLocal()
419 int32_t& rawOffset, int32_t& dstOffset, in getOffsetInternal()
Dtzrule.cpp35 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule()
184 int32_t rawOffset, in AnnualTimeZoneRule()
194 int32_t rawOffset, in AnnualTimeZoneRule()
Dzrule.cpp71 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open()
Dchnsecal.cpp486 int32_t rawOffset, dstOffset; in daysToMillis() local
503 int32_t rawOffset, dstOffset; in millisToDays() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp391 int32_t rawOffset, dstOffset; in getOffset() local
401 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
408int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const { in getOffsetFromLocal()
419 int32_t& rawOffset, int32_t& dstOffset, in getOffsetInternal()
Dtzrule.cpp35 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule()
184 int32_t rawOffset, in AnnualTimeZoneRule()
194 int32_t rawOffset, in AnnualTimeZoneRule()
Dzrule.cpp71 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open()
Dchnsecal.cpp486 int32_t rawOffset, dstOffset; in daysToMillis() local
503 int32_t rawOffset, dstOffset; in millisToDays() local
/third_party/icu/icu4c/source/test/intltest/
Dtzoffloc.cpp122 int32_t rawOffset, dstOffset; in TestGetOffsetAroundTransition() local
/third_party/node/deps/icu-small/source/i18n/
Drbtz.cpp387 int32_t rawOffset, dstOffset; in getOffset() local
397 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
404int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const { in getOffsetFromLocal()
415 int32_t& rawOffset, int32_t& dstOffset, in getOffsetInternal()
Dtzrule.cpp35 TimeZoneRule::TimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings) in TimeZoneRule()
184 int32_t rawOffset, in AnnualTimeZoneRule()
194 int32_t rawOffset, in AnnualTimeZoneRule()
Dtimezone.cpp461 int32_t rawOffset = 0; in detectHostTimeZone() local
708 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, in getOffset()
826 …umeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCo… in create()
1003 TimeZone::createEnumerationForRawOffset(int32_t rawOffset, UErrorCode& status) { in createEnumerationForRawOffset()
1023 TimeZone::createEnumeration(int32_t rawOffset) { in createEnumeration()
Dzrule.cpp71 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { in izrule_open()
Dchnsecal.cpp486 int32_t rawOffset, dstOffset; in daysToMillis() local
503 int32_t rawOffset, dstOffset; in millisToDays() local

123