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

123

/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
58 // class SimpleTimeZone
62 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID) function in class:SimpleTimeZone
86 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, function in class:SimpleTimeZone
105 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, function in class:SimpleTimeZone
124 SimpleTimeZone function in class:SimpleTimeZone
193 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) function in class:SimpleTimeZone
[all...]
H A Dolsontz.h25 class SimpleTimeZone;
103 * can be passed directly into the SimpleTimeZone 13-argument
364 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
366 SimpleTimeZone *finalZone; // owned, may be NULL
398 SimpleTimeZone *finalZoneWithStartYear; // hack
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp39 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
51 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
58 // class SimpleTimeZone
62 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID) function in class:SimpleTimeZone
86 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, function in class:SimpleTimeZone
105 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID, function in class:SimpleTimeZone
124 SimpleTimeZone function in class:SimpleTimeZone
193 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) function in class:SimpleTimeZone
[all...]
H A Dolsontz.h25 class SimpleTimeZone;
103 * can be passed directly into the SimpleTimeZone 13-argument
364 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
366 SimpleTimeZone *finalZone; // owned, may be NULL
398 SimpleTimeZone *finalZoneWithStartYear; // hack
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h31 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
46 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
51 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
61 class U_I18N_API SimpleTimeZone: public BasicTimeZone { class in inherits:BasicTimeZone
86 SimpleTimeZone(const SimpleTimeZone& source);
93 SimpleTimeZone& operator=(const SimpleTimeZone& right);
99 virtual ~SimpleTimeZone();
105 * @param that The SimpleTimeZone objec
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h31 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
46 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
51 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
61 class U_I18N_API SimpleTimeZone: public BasicTimeZone { class in inherits:BasicTimeZone
86 SimpleTimeZone(const SimpleTimeZone& source);
93 SimpleTimeZone& operator=(const SimpleTimeZone& right);
99 virtual ~SimpleTimeZone();
105 * @param that The SimpleTimeZone objec
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
H A Dtzregts.cpp87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) {
90 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
95 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
103 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max) {
111 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
116 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
130 SimpleTimeZone *z = new SimpleTimeZone(0, "GMT");
548 * SimpleTimeZone
[all...]
H A Dtzbdtest.h57 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
78 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
H A Dtztest.cpp92 SimpleTimeZone *zone = new SimpleTimeZone(offset, id);
106 SimpleTimeZone copy(*zone);
108 copy = *(SimpleTimeZone*)zoneclone;
171 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone");
1452 SimpleTimeZone *zone2 = new SimpleTimeZone(0, "PST");
1520 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy");
1552 SimpleTimeZone *t
[all...]
H A Dtzbdtest.cpp271 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary)
388 if (failure(status, "SimpleTimeZone::inDaylightTime", TRUE)) return;
392 if (failure(status, "SimpleTimeZone::inDaylightTime")) return;
401 if (failure(status, "SimpleTimeZone::inDaylightTime")) return;
425 SimpleTimeZone *tz;
428 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_1", UCAL_AUGUST, 2, UCAL_TUESDAY, 2 * (int32_t)ONE_HOUR, UCAL_MARCH, 15, 0, 2 * (int32_t)ONE_HOUR, status);
436 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_2", UCAL_APRIL, 14, - UCAL_WEDNESDAY, 2 *(int32_t)ONE_HOUR, UCAL_SEPTEMBER, - 20, - UCAL_SUNDAY, 2 * (int32_t)ONE_HOUR, status);
498 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
H A Dtzregts.cpp87 UDate TimeZoneRegressionTest::findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max) {
90 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
95 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
103 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
108 UDate TimeZoneRegressionTest::findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max) {
111 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
116 if (failure(status, "SimpleTimeZone::inDaylightTime")) return 0;
130 SimpleTimeZone *z = new SimpleTimeZone(0, "GMT");
548 * SimpleTimeZone
[all...]
H A Dtzbdtest.h57 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
78 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
H A Dtztest.cpp93 SimpleTimeZone *zone = new SimpleTimeZone(offset, id);
107 SimpleTimeZone copy(*zone);
109 copy = *(SimpleTimeZone*)zoneclone;
162 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone");
1443 SimpleTimeZone *zone2 = new SimpleTimeZone(0, "PST");
1511 zone2 = new SimpleTimeZone(90*60*1000, "xyzzy");
1543 SimpleTimeZone *t
[all...]
H A Dtzbdtest.cpp271 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
382 TimeZoneBoundaryTest::testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary)
388 if (failure(status, "SimpleTimeZone::inDaylightTime", TRUE)) return;
392 if (failure(status, "SimpleTimeZone::inDaylightTime")) return;
401 if (failure(status, "SimpleTimeZone::inDaylightTime")) return;
425 SimpleTimeZone *tz;
428 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_1", UCAL_AUGUST, 2, UCAL_TUESDAY, 2 * (int32_t)ONE_HOUR, UCAL_MARCH, 15, 0, 2 * (int32_t)ONE_HOUR, status);
436 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_2", UCAL_APRIL, 14, - UCAL_WEDNESDAY, 2 *(int32_t)ONE_HOUR, UCAL_SEPTEMBER, - 20, - UCAL_SUNDAY, 2 * (int32_t)ONE_HOUR, status);
498 * Test the behavior of SimpleTimeZone at the transition into and out of DST.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DTime.java6 import java.util.SimpleTimeZone;
67 SimpleTimeZone tz = new SimpleTimeZone(0, "Z");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTime.java6 import java.util.SimpleTimeZone;
48 SimpleTimeZone tz = new SimpleTimeZone(0, "Z");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERGeneralizedTime.java7 import java.util.SimpleTimeZone;
110 dateF.setTimeZone(new SimpleTimeZone(0,"Z"));
237 dateF.setTimeZone(new SimpleTimeZone(0, "Z"));
251 dateF.setTimeZone(new SimpleTimeZone(0, "Z"));
264 dateF.setTimeZone(new SimpleTimeZone(0, TimeZone.getDefault().getID()));
H A DDERUTCTime.java7 import java.util.SimpleTimeZone;
110 dateF.setTimeZone(new SimpleTimeZone(0,"Z"));
148 dateF.setTimeZone(new SimpleTimeZone(0, "Z"));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java15 import java.util.SimpleTimeZone;
264 binValue.setTimeZone(new SimpleTimeZone(offset, ""));
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h70 SimpleTimeZone unknownZone(-31415, (UnicodeString)"Etc/Unknown");
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h70 SimpleTimeZone unknownZone(-31415, (UnicodeString)"Etc/Unknown");
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp45 stz = new SimpleTimeZone(0, "");
85 SimpleTimeZone* stz;
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp45 stz = new SimpleTimeZone(0, "");
85 SimpleTimeZone* stz;

Completed in 485 milliseconds

123