HomeSort by relevance Sort by last modified time
    Searched defs:TimeArrayTimeZoneRule (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 611 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
616 class U_I18N_API TimeArrayTimeZoneRule : public 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* clone(void) const
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeArrayTimeZoneRule.java 13 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
18 public class TimeArrayTimeZoneRule extends 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) {
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/
TimeArrayTimeZoneRule.java 12 * <code>TimeArrayTimeZoneRule</code> represents a time zone rule whose start times are
17 public class TimeArrayTimeZoneRule extends 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) {
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/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 85 milliseconds