Searched defs:TimeArrayTimeZoneRule (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtzrule.h611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
616 class U_I18N_API TimeArrayTimeZoneRule : public TimeZoneRule { class in inherits:TimeZoneRule
619 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
635 TimeArrayTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings,
640 * @param source The TimeArrayTimeZoneRule object to be copied.
643 TimeArrayTimeZoneRule(const TimeArrayTimeZoneRule& source);
649 virtual ~TimeArrayTimeZoneRule();
652 * Clone this TimeArrayTimeZoneRule object polymorphically. The caller owns the result and
657 virtual TimeArrayTimeZoneRule* clon
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DTimeArrayTimeZoneRule.java13 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
18 public class TimeArrayTimeZoneRule extends TimeZoneRule { class in inherits:TimeZoneRule
26 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
41 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) { method in class:TimeArrayTimeZoneRule
122 if (!(other instanceof TimeArrayTimeZoneRule)) {
125 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
126 && Arrays.equals(startTimes, ((TimeArrayTimeZoneRule)other).startTimes)) {
134 * Note: This method in <code>TimeArrayTimeZoneRule</code> always returns true.
152 * Returns a <code>String</code> representation of this <code>TimeArrayTimeZoneRule</code> object.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeArrayTimeZoneRule.java12 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
17 public class TimeArrayTimeZoneRule extends TimeZoneRule { class in inherits:TimeZoneRule
25 * Constructs a <code>TimeArrayTimeZoneRule</code> with the name, the GMT offset of its
42 public TimeArrayTimeZoneRule(String name, int rawOffset, int dstSavings, long[] startTimes, int timeType) { method in class:TimeArrayTimeZoneRule
130 if (!(other instanceof TimeArrayTimeZoneRule)) {
133 if (timeType == ((TimeArrayTimeZoneRule)other).timeType
134 && Arrays.equals(startTimes, ((TimeArrayTimeZoneRule)other).startTimes)) {
142 * Note: This method in <code>TimeArrayTimeZoneRule</code> always returns true.
161 * Returns a <code>String</code> representation of this <code>TimeArrayTimeZoneRule</code> object.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 393 milliseconds