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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
InitialTimeZoneRule.java 13 * <code>InitialTimeZoneRule</code> represents a time zone rule
19 public class InitialTimeZoneRule extends TimeZoneRule {
24 * Constructs a <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
32 public InitialTimeZoneRule(String name, int rawOffset, int dstSavings) {
40 if (other instanceof InitialTimeZoneRule) {
48 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
57 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
66 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
76 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
86 * Note: This method in <code>InitialTimeZoneRule</code> always returns false
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
InitialTimeZoneRule.java 12 * <code>InitialTimeZoneRule</code> represents a time zone rule
18 public class InitialTimeZoneRule extends TimeZoneRule {
23 * Constructs a <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
33 public InitialTimeZoneRule(String name, int rawOffset, int dstSavings) {
43 if (other instanceof InitialTimeZoneRule) {
51 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
62 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
73 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
85 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
97 * Note: This method in <code>InitialTimeZoneRule</code> always returns false
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 193 * <code>InitialTimeZoneRule</code> represents a time zone rule
198 class U_I18N_API InitialTimeZoneRule : public TimeZoneRule {
201 * Constructs an <code>InitialTimeZoneRule</code> with the name, the GMT offset of its
209 InitialTimeZoneRule(const UnicodeString& name, int32_t rawOffset, int32_t dstSavings);
213 * @param source The InitialTimeZoneRule object to be copied.
216 InitialTimeZoneRule(const InitialTimeZoneRule& source);
222 virtual ~InitialTimeZoneRule();
225 * Clone this InitialTimeZoneRule object polymorphically. The caller owns the result and
230 virtual InitialTimeZoneRule* clone(void) const
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.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 347 milliseconds