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

1 2

  /external/icu/icu4c/source/i18n/
simpletz.cpp 41 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleTimeZone)
53 const int8_t SimpleTimeZone::STATICMONTHLENGTH[] = {31,29,31,30,31,30,31,31,30,31,30,31};
60 // class SimpleTimeZone
64 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID)
88 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
107 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID,
126 SimpleTimeZone::SimpleTimeZone(int32_t rawOffsetGMT, const UnicodeString& ID
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 33 * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
48 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
53 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
63 class U_I18N_API SimpleTimeZone: public BasicTimeZone {
88 SimpleTimeZone(const SimpleTimeZone& source);
95 SimpleTimeZone& operator=(const SimpleTimeZone& right);
101 virtual ~SimpleTimeZone();
107 * @param that The SimpleTimeZone object to be compared with
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
SimpleTimeZone.java 17 * <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 {
54 * Constructs a SimpleTimeZone with the given base time zone offset from GMT
63 public SimpleTimeZone(int rawOffset, String ID) {
73 * Constructs a SimpleTimeZone with the given base time zone offset from
78 * use SimpleTimeZone(rawOffset, ID).
129 public SimpleTimeZone(int rawOffset, String ID,
142 * Constructs a SimpleTimeZone with the given base time zone offset fro
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
SimpleTimeZone.java 16 * {@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 {
56 * Constructs a SimpleTimeZone with the given base time zone offset from GMT
66 public SimpleTimeZone(int rawOffset, String ID) {
76 * Constructs a SimpleTimeZone with the given base time zone offset from
81 * use SimpleTimeZone(rawOffset, ID).
133 public SimpleTimeZone(int rawOffset, String ID,
146 * Constructs a SimpleTimeZone with the given base time zone offset fro
    [all...]
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 50 * <code>SimpleTimeZone</code> is a concrete subclass of <code>TimeZone</code>
59 * To construct a <code>SimpleTimeZone</code> with a daylight saving time
118 * SimpleTimeZone(-28800000,
132 * SimpleTimeZone(3600000,
135 * 3600000, SimpleTimeZone.UTC_TIME,
137 * 3600000, SimpleTimeZone.UTC_TIME,
150 public class SimpleTimeZone extends TimeZone {
152 * Constructs a SimpleTimeZone with the given base time zone offset from GMT
158 public SimpleTimeZone(int rawOffset, String ID)
166 * Constructs a SimpleTimeZone with the given base time zone offset fro
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
SimpleDateFormatTest.java 29 import java.util.SimpleTimeZone;
432 TimeZone tz0001 = new SimpleTimeZone(60000, "ONE MINUTE");
433 TimeZone tz0130 = new SimpleTimeZone(5400000, "ONE HOUR, THIRTY");
434 TimeZone tzMinus0130 = new SimpleTimeZone(-5400000, "NEG ONE HOUR, THIRTY");
496 format.setTimeZone(SimpleTimeZone.getTimeZone(timeZoneId));
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 567 milliseconds

1 2