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

  /external/icu4c/i18n/unicode/
basictz.h 88 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
96 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
98 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
111 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
121 * <code>InitialTimeZoneRule</code>. The standard and daylight saving time transition rules are
140 virtual void getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
200 void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, UVector*& transitionRules,
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...]
rbtz.h 29 * a BasicTimeZone subclass implemented in terms of InitialTimeZoneRule and TimeZoneRule instances
31 * @see InitialTimeZoneRule
38 * <code>InitialTimeZoneRule</code>. The input <code>InitialTimeZoneRule</code>
45 RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule);
273 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
281 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
283 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
296 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
321 InitialTimeZoneRule *fInitialRule
    [all...]
simpletz.h 41 class InitialTimeZoneRule;
    [all...]
vtzone.h 325 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
333 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
335 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
348 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
  /external/icu4c/i18n/
tzrule.cpp 91 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(InitialTimeZoneRule)
93 InitialTimeZoneRule::InitialTimeZoneRule(const UnicodeString& name,
99 InitialTimeZoneRule::InitialTimeZoneRule(const InitialTimeZoneRule& source)
103 InitialTimeZoneRule::~InitialTimeZoneRule() {
106 InitialTimeZoneRule*
107 InitialTimeZoneRule::clone(void) const
    [all...]
olsontz.h 252 * <code>InitialTimeZoneRule</code>. The return value range is 0 or any positive value.
259 * Gets the <code>InitialTimeZoneRule</code> and the set of <code>TimeZoneRule</code>
261 * the argument initial points to non-NULL <code>InitialTimeZoneRule</code> and
274 virtual void getTimeZoneRules(const InitialTimeZoneRule*& initial,
351 InitialTimeZoneRule *initialRule;
basictz.cpp 120 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial,
250 initial = new InitialTimeZoneRule(initialName, initialRaw, initialDst);
265 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
271 const InitialTimeZoneRule *orgini;
279 InitialTimeZoneRule *res_initial = NULL;
335 res_initial = new InitialTimeZoneRule(name, tzt.getTo()->getRawOffset(),
wintzimpl.cpp 37 InitialTimeZoneRule *initial = NULL;
olsontz.cpp 650 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
733 initialRule = new InitialTimeZoneRule((dst == 0 ? stdName : dstName), raw, dst);
    [all...]
simpletz.cpp     [all...]
rbtz.cpp 51 RuleBasedTimeZone::RuleBasedTimeZone(const UnicodeString& id, InitialTimeZoneRule* initialRule)
574 RuleBasedTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial,
vtzone.cpp     [all...]
  /external/icu4c/test/intltest/
tzoffloc.cpp 141 InitialTimeZoneRule *ir = new InitialTimeZoneRule(
tzrulets.cpp 154 InitialTimeZoneRule *ir = new InitialTimeZoneRule(
392 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0);
395 errln("FAIL: InitialTimeZoneRule must be rejected");
420 InitialTimeZoneRule *ir = new InitialTimeZoneRule("EST", -5*HOUR, 0);
644 const InitialTimeZoneRule *initial;
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1392 milliseconds