Home
last modified time | relevance | path

Searched refs:SimpleTimeZone (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/icu/icu4c/source/i18n/
H A Dsimpletz.cpp42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
61 // class SimpleTimeZone
65 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID) in SimpleTimeZone() function in SimpleTimeZone
89 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
108 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
127 SimpleTimeZone function in SimpleTimeZone
196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) SimpleTimeZone() function in SimpleTimeZone
[all...]
H A Dolsontz.h27 class SimpleTimeZone;
105 * can be passed directly into the SimpleTimeZone 13-argument
368 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
370 SimpleTimeZone *finalZone; // owned, may be NULL
402 SimpleTimeZone *finalZoneWithStartYear; // hack
/third_party/node/deps/icu-small/source/i18n/
H A Dsimpletz.cpp42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
61 // class SimpleTimeZone
65 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID) in SimpleTimeZone() function in SimpleTimeZone
89 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
108 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
127 SimpleTimeZone function in SimpleTimeZone
196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) SimpleTimeZone() function in SimpleTimeZone
[all...]
H A Dolsontz.h27 class SimpleTimeZone;
105 * can be passed directly into the SimpleTimeZone 13-argument
368 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
370 SimpleTimeZone *finalZone; // owned, may be nullptr
402 SimpleTimeZone *finalZoneWithStartYear; // hack
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
54 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
61 // class SimpleTimeZone
65 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID) in SimpleTimeZone() function in SimpleTimeZone
89 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
108 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, in SimpleTimeZone() function in SimpleTimeZone
127 SimpleTimeZone function in SimpleTimeZone
196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) SimpleTimeZone() function in SimpleTimeZone
[all...]
H A Dolsontz.h27 class SimpleTimeZone;
105 * can be passed directly into the SimpleTimeZone 13-argument
368 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
370 SimpleTimeZone *finalZone; // owned, may be NULL
402 SimpleTimeZone *finalZoneWithStartYear; // hack
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java36 import ohos.global.icu.util.SimpleTimeZone;
72 SimpleTimeZone z = new SimpleTimeZone(0, "GMT"); in Test4073215()
391 * SimpleTimeZone accepts illegal DST savings values. These values
400 -1, GOOD, // #13566 updates SimpleTimeZone to support negative DST saving amount in Test4154525()
414 SimpleTimeZone z = new SimpleTimeZone(0, "id", in Test4154525()
421 z = new SimpleTimeZone(0, "GMT"); in Test4154525()
442 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST
448 SimpleTimeZone tz in Test4154537()
[all...]
H A DTimeZoneTest.java39 import ohos.global.icu.util.SimpleTimeZone;
395 SimpleTimeZone zone2 = new SimpleTimeZone(0, "PST"); in TestDisplayName()
444 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy"); in TestDisplayName()
508 SimpleTimeZone zone = new SimpleTimeZone(offset, id); in TestGenericAPI()
538 SimpleTimeZone anotherZone = new SimpleTimeZone(anotherOffset, anotheId); in TestGenericAPI()
570 SimpleTimeZone zone = new SimpleTimeZone(offse in TestRuleAPI()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java35 import com.ibm.icu.util.SimpleTimeZone;
69 SimpleTimeZone z = new SimpleTimeZone(0, "GMT"); in Test4073215()
388 * SimpleTimeZone accepts illegal DST savings values. These values
397 -1, GOOD, // #13566 updates SimpleTimeZone to support negative DST saving amount in Test4154525()
411 SimpleTimeZone z = new SimpleTimeZone(0, "id", in Test4154525()
418 z = new SimpleTimeZone(0, "GMT"); in Test4154525()
439 * SimpleTimeZone.hasSameRules() doesn't work for zones with no DST
445 SimpleTimeZone tz in Test4154537()
[all...]
H A DTimeZoneTest.java37 import com.ibm.icu.util.SimpleTimeZone;
391 SimpleTimeZone zone2 = new SimpleTimeZone(0, "PST"); in TestDisplayName()
440 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy"); in TestDisplayName()
504 SimpleTimeZone zone = new SimpleTimeZone(offset, id); in TestGenericAPI()
534 SimpleTimeZone anotherZone = new SimpleTimeZone(anotherOffset, anotheId); in TestGenericAPI()
566 SimpleTimeZone zone = new SimpleTimeZone(offse in TestRuleAPI()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp89 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) { in findTransitionBinary()
92 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; in findTransitionBinary()
97 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; in findTransitionBinary()
105 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; in findTransitionBinary()
110 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max) { in findTransitionStepwise()
113 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; in findTransitionStepwise()
118 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0; in findTransitionStepwise()
132 LocalPointer<SimpleTimeZone> z(new SimpleTimeZone(0, "GMT"), status); in Test4073215()
134 errln("Fail: Failed to create SimpleTimeZone in Test4073215()
[all...]
H A Dtzregts.h56 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
57 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h35 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
50 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
65 class U_I18N_API SimpleTimeZone: public BasicTimeZone { class
90 SimpleTimeZone(const SimpleTimeZone& source);
97 SimpleTimeZone& operator=(const SimpleTimeZone& right);
103 virtual ~SimpleTimeZone();
109 * @param that The SimpleTimeZone objec
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsimpletz.h35 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
50 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
65 class U_I18N_API SimpleTimeZone: public BasicTimeZone { class
90 SimpleTimeZone(const SimpleTimeZone& source);
97 SimpleTimeZone& operator=(const SimpleTimeZone& right);
103 virtual ~SimpleTimeZone();
109 * @param that The SimpleTimeZone objec
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsimpletz.h35 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
50 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
65 class U_I18N_API SimpleTimeZone: public BasicTimeZone { class
90 SimpleTimeZone(const SimpleTimeZone& source);
97 SimpleTimeZone& operator=(const SimpleTimeZone& right);
103 virtual ~SimpleTimeZone();
109 * @param that The SimpleTimeZone objec
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java16 * {@icuenhanced java.util.SimpleTimeZone}.{@icu _usage_}
18 * <p><code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
23 * <code>SimpleTimeZone</code> should count from the end of the month backwards. For
34 public class SimpleTimeZone extends BasicTimeZone { class
56 * Constructs a SimpleTimeZone with the given base time zone offset from GMT
66 public SimpleTimeZone(int rawOffset, String ID) { in SimpleTimeZone() method in SimpleTimeZone
76 * Constructs a SimpleTimeZone with the given base time zone offset from
81 * use SimpleTimeZone(rawOffset, ID).
133 public SimpleTimeZone(int rawOffset, String ID, in SimpleTimeZone() method in SimpleTimeZone
146 * Constructs a SimpleTimeZone wit
180 public SimpleTimeZone(int rawOffset, String ID, SimpleTimeZone() method in SimpleTimeZone
226 public SimpleTimeZone(int rawOffset, String ID, SimpleTimeZone() method in SimpleTimeZone
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSimpleTimeZone.java17 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.util.SimpleTimeZone}.&nbsp;Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'.
19 * <p><code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
24 * <code>SimpleTimeZone</code> should count from the end of the month backwards. For
35 public class SimpleTimeZone extends BasicTimeZone { class
54 * Constructs a SimpleTimeZone with the given base time zone offset from GMT
63 public SimpleTimeZone(int rawOffset, String ID) { in SimpleTimeZone() method in SimpleTimeZone
73 * Constructs a SimpleTimeZone with the given base time zone offset from
78 * use SimpleTimeZone(rawOffset, ID).
129 public SimpleTimeZone(int rawOffset, String ID, in SimpleTimeZone() method in SimpleTimeZone
142 * Constructs a SimpleTimeZone wit
175 public SimpleTimeZone(int rawOffset, String ID, SimpleTimeZone() method in SimpleTimeZone
220 public SimpleTimeZone(int rawOffset, String ID, SimpleTimeZone() method in SimpleTimeZone
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java25 import com.ibm.icu.util.SimpleTimeZone;
588 private static class CustomTimeZoneCache extends SoftCache<Integer, SimpleTimeZone, int[]> {
594 protected SimpleTimeZone createInstance(Integer key, int[] data) { in createInstance()
602 SimpleTimeZone tz = new SimpleTimeZone(offset, id); in createInstance()
614 * @return a frozen SimpleTimeZone with the given offset and
617 public static SimpleTimeZone getCustomTimeZone(String id){ in getCustomTimeZone()
774 public static SimpleTimeZone getCustomTimeZone(int offset) { in getCustomTimeZone()
796 return new SimpleTimeZone(offset, zid); in getCustomTimeZone()
H A DOlsonTimeZone.java23 import com.ibm.icu.util.SimpleTimeZone;
106 * can be passed directly into the SimpleTimeZone 13-argument
184 SimpleTimeZone stz = new SimpleTimeZone(offsetMillis, getID()); in setRawOffset()
597 finalZone = new SimpleTimeZone(ruleRaw, id, in construct()
610 // year boundary, SimpleTimeZone may return false result when DST is observed at the in construct()
870 * A SimpleTimeZone that governs the behavior for years >= finalYear.
873 private SimpleTimeZone finalZone = null; // owned, may be NULL
1102 private transient SimpleTimeZone finalZoneWithStartYear; // hack
1192 finalZoneWithStartYear = (SimpleTimeZone)finalZon in initTransitionRules()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java26 import ohos.global.icu.util.SimpleTimeZone;
589 private static class CustomTimeZoneCache extends SoftCache<Integer, SimpleTimeZone, int[]> {
595 protected SimpleTimeZone createInstance(Integer key, int[] data) { in createInstance()
603 SimpleTimeZone tz = new SimpleTimeZone(offset, id); in createInstance()
615 * @return a frozen SimpleTimeZone with the given offset and
618 public static SimpleTimeZone getCustomTimeZone(String id){ in getCustomTimeZone()
775 public static SimpleTimeZone getCustomTimeZone(int offset) { in getCustomTimeZone()
797 return new SimpleTimeZone(offset, zid); in getCustomTimeZone()
H A DOlsonTimeZone.java24 import ohos.global.icu.util.SimpleTimeZone;
107 * can be passed directly into the SimpleTimeZone 13-argument
186 SimpleTimeZone stz = new SimpleTimeZone(offsetMillis, getID()); in setRawOffset()
599 finalZone = new SimpleTimeZone(ruleRaw, id, in construct()
612 // year boundary, SimpleTimeZone may return false result when DST is observed at the in construct()
872 * A SimpleTimeZone that governs the behavior for years >= finalYear.
875 private SimpleTimeZone finalZone = null; // owned, may be NULL
1104 private transient SimpleTimeZone finalZoneWithStartYear; // hack
1194 finalZoneWithStartYear = (SimpleTimeZone)finalZon in initTransitionRules()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DTestCase.java18 import ohos.global.icu.util.SimpleTimeZone;
247 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT");
H A DAstroTest.java28 import ohos.global.icu.util.SimpleTimeZone;
41 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestSolarLongitude()
95 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0, "UTC")); in TestLunarPosition()
243 // SimpleTimeZone to get consistent behavior between JDKs. in TestSunriseTimes()
248 TimeZone tz = new SimpleTimeZone(-18000000 + 3600000, "Montreal(FIXED)"); in TestSunriseTimes()
362 GregorianCalendar gc = new GregorianCalendar(new SimpleTimeZone(0,"GMT")); in TestMoonAge()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DTestCase.java17 import com.ibm.icu.util.SimpleTimeZone;
244 public final static SimpleTimeZone UTC = new SimpleTimeZone(0, "GMT");
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
H A DEpochOffsets.java19 import com.ibm.icu.util.SimpleTimeZone;
71 TimeZone utc = new SimpleTimeZone(0, "UTC"); in main()

Completed in 22 milliseconds

1234