HomeSort by relevance Sort by last modified time
    Searched refs:SimpleTimeZone (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java 23 import java.util.SimpleTimeZone;
28 SimpleTimeZone st1;
30 SimpleTimeZone st2;
33 * java.util.SimpleTimeZone#SimpleTimeZone(int, java.lang.String)
36 // Test for method java.util.SimpleTimeZone(int, java.lang.String)
38 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST");
47 * java.util.SimpleTimeZone#SimpleTimeZone(int, java.lang.String
    [all...]
TimeZoneTest.java 27 import java.util.SimpleTimeZone;
50 // test on subclass SimpleTimeZone
55 // a SimpleTimeZone with daylight savings different then 1 hour
77 // test on subclass SimpleTimeZone
168 TimeZone zone = new SimpleTimeZone(45, "TEST");
  /external/icu/icu4c/source/i18n/
simpletz.cpp 39 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)
86 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
105 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
124 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID
    [all...]
olsontz.h 25 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/
simpletz.h 31 * \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 {
86 SimpleTimeZone(const SimpleTimeZone& source);
93 SimpleTimeZone& operator=(const SimpleTimeZone& right);
99 virtual ~SimpleTimeZone();
105 * @param that The SimpleTimeZone object to be compared with
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 31 * \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 {
86 SimpleTimeZone(const SimpleTimeZone& source);
93 SimpleTimeZone& operator=(const SimpleTimeZone& right);
99 virtual ~SimpleTimeZone();
105 * @param that The SimpleTimeZone object to be compared with
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 38 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
50 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
57 // class SimpleTimeZone
61 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID)
85 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
104 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
123 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID
    [all...]
olsontz.h 24 class SimpleTimeZone;
102 * can be passed directly into the SimpleTimeZone 13-argument
355 * A SimpleTimeZone that governs the behavior for date >= finalMillis.
357 SimpleTimeZone *finalZone; // owned, may be NULL
380 SimpleTimeZone *finalZoneWithStartYear; // hack
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.h 53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
tzregts.cpp 87 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");
544 * SimpleTimeZone::hasSameRules() doesn't work for zones with no DS
    [all...]
tzbdtest.h 57 * 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.
tztest.cpp 81 SimpleTimeZone *zone = new SimpleTimeZone(offset, id);
95 SimpleTimeZone copy(*zone);
97 copy = *(SimpleTimeZone*)zoneclone;
160 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone");
    [all...]
tzbdtest.cpp 271 * 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/
tzregts.h 53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
tzregts.cpp 87 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::hasSameRules() doesn't work for zones with no DS
    [all...]
tzbdtest.h 57 * 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.
tztest.cpp 93 SimpleTimeZone *zone = new SimpleTimeZone(offset, id);
107 SimpleTimeZone copy(*zone);
109 copy = *(SimpleTimeZone*)zoneclone;
162 SimpleTimeZone *zone = new SimpleTimeZone((int32_t)offset, "TestZone");
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Time.java 6 import java.util.SimpleTimeZone;
67 SimpleTimeZone tz = new SimpleTimeZone(0, "Z");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Time.java 6 import java.util.SimpleTimeZone;
48 SimpleTimeZone tz = new SimpleTimeZone(0, "Z");
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 26 * {@code SimpleTimeZone} is a concrete subclass of {@code TimeZone}
31 * {@code SimpleTimeZone} should count from the end of the month
39 public class SimpleTimeZone extends TimeZone {
78 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT
89 public SimpleTimeZone(int offset, final String name) {
95 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT,
100 * use {@code SimpleTimeZone(rawOffset, ID)}.
163 public SimpleTimeZone(int offset, String name, int startMonth,
171 * Constructs a {@code SimpleTimeZone} with the given base time zone offset from GMT,
185 * the description of {@link #SimpleTimeZone(int, String, int, int, int, int, int, int, int, int)} for an example
    [all...]
TimeZone.java 85 private static final TimeZone GMT = new SimpleTimeZone(0, "GMT");
86 private static final TimeZone UTC = new SimpleTimeZone(0, "UTC");
379 * Returns a new SimpleTimeZone for an ID of the form "GMT[+|-]hh[[:]mm]", or null.
409 return new SimpleTimeZone(raw, cleanId);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 7 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()));
DERUTCTime.java 7 import java.util.SimpleTimeZone;
110 dateF.setTimeZone(new SimpleTimeZone(0,"Z"));
148 dateF.setTimeZone(new SimpleTimeZone(0, "Z"));
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 23 import java.util.SimpleTimeZone;
42 SimpleTimeZone stz = new SimpleTimeZone(21600000, "Central Standard Time");
50 TimeZone tz0001 = new SimpleTimeZone(60000, "ONE MINUTE");
51 TimeZone tz0130 = new SimpleTimeZone(5400000, "ONE HOUR, THIRTY");
52 TimeZone tzMinus0130 = new SimpleTimeZone(-5400000, "NEG ONE HOUR, THIRTY");
200 new SimpleTimeZone(0, "X", Calendar.MARCH, 1, 1, 1, Calendar.SEPTEMBER, 1, 1, 1) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 15 import java.util.SimpleTimeZone;
264 binValue.setTimeZone(new SimpleTimeZone(offset, ""));

Completed in 415 milliseconds

1 2 3 4