Home
last modified time | relevance | path

Searched refs:OlsonTimeZone (Results 1 – 25 of 40) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dolsontz.h116 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
126 OlsonTimeZone(const UResourceBundle* top,
134 OlsonTimeZone(const OlsonTimeZone& other);
139 virtual ~OlsonTimeZone();
144 OlsonTimeZone& operator=(const OlsonTimeZone& other);
154 virtual OlsonTimeZone* clone() const;
292 OlsonTimeZone();
407 OlsonTimeZone::transitionCount() const { in transitionCount()
412 OlsonTimeZone::transitionTime(int16_t transIdx) const { in transitionTime()
417 OlsonTimeZone::zoneOffsetAt(int16_t transIdx) const { in zoneOffsetAt()
[all …]
Dolsontz.cpp84 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
99 void OlsonTimeZone::constructEmpty() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
120 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, in OlsonTimeZone() function in OlsonTimeZone
268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() function in OlsonTimeZone
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =()
306 OlsonTimeZone::~OlsonTimeZone() { in ~OlsonTimeZone()
314 UBool OlsonTimeZone::operator==(const TimeZone& other) const { in operator ==()
324 OlsonTimeZone* OlsonTimeZone::clone() const { in clone()
325 return new OlsonTimeZone(*this); in clone()
331 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, in getOffset()
[all …]
Dzonemeta.cpp390 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getCanonicalCLDRID()
392 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID()
892 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getShortID()
894 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID()
Dtzgnames.cpp637 if (dynamic_cast<OlsonTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.h116 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
126 OlsonTimeZone(const UResourceBundle* top,
134 OlsonTimeZone(const OlsonTimeZone& other);
139 virtual ~OlsonTimeZone();
144 OlsonTimeZone& operator=(const OlsonTimeZone& other);
154 virtual OlsonTimeZone* clone() const override;
292 OlsonTimeZone();
407 OlsonTimeZone::transitionCount() const { in transitionCount()
412 OlsonTimeZone::transitionTime(int16_t transIdx) const { in transitionTime()
417 OlsonTimeZone::zoneOffsetAt(int16_t transIdx) const { in zoneOffsetAt()
[all …]
Dolsontz.cpp84 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
99 void OlsonTimeZone::constructEmpty() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
120 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, in OlsonTimeZone() function in OlsonTimeZone
268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() function in OlsonTimeZone
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =()
306 OlsonTimeZone::~OlsonTimeZone() { in ~OlsonTimeZone()
314 bool OlsonTimeZone::operator==(const TimeZone& other) const { in operator ==()
324 OlsonTimeZone* OlsonTimeZone::clone() const { in clone()
325 return new OlsonTimeZone(*this); in clone()
331 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, in getOffset()
[all …]
Dzonemeta.cpp390 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getCanonicalCLDRID()
392 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID()
892 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getShortID()
894 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID()
Dtzgnames.cpp637 if (dynamic_cast<OlsonTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.h116 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
126 OlsonTimeZone(const UResourceBundle* top,
134 OlsonTimeZone(const OlsonTimeZone& other);
139 virtual ~OlsonTimeZone();
144 OlsonTimeZone& operator=(const OlsonTimeZone& other);
154 virtual OlsonTimeZone* clone() const;
292 OlsonTimeZone();
407 OlsonTimeZone::transitionCount() const { in transitionCount()
412 OlsonTimeZone::transitionTime(int16_t transIdx) const { in transitionTime()
417 OlsonTimeZone::zoneOffsetAt(int16_t transIdx) const { in zoneOffsetAt()
[all …]
Dolsontz.cpp84 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
99 void OlsonTimeZone::constructEmpty() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
120 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, in OlsonTimeZone() function in OlsonTimeZone
268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() function in OlsonTimeZone
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =()
306 OlsonTimeZone::~OlsonTimeZone() { in ~OlsonTimeZone()
314 UBool OlsonTimeZone::operator==(const TimeZone& other) const { in operator ==()
324 OlsonTimeZone* OlsonTimeZone::clone() const { in clone()
325 return new OlsonTimeZone(*this); in clone()
331 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, in getOffset()
[all …]
Dzonemeta.cpp390 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getCanonicalCLDRID()
392 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID()
892 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getShortID()
894 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID()
Dtzgnames.cpp637 if (dynamic_cast<OlsonTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dolsontz.h116 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
126 OlsonTimeZone(const UResourceBundle* top,
134 OlsonTimeZone(const OlsonTimeZone& other);
139 virtual ~OlsonTimeZone();
144 OlsonTimeZone& operator=(const OlsonTimeZone& other);
290 OlsonTimeZone();
405 OlsonTimeZone::transitionCount() const { in transitionCount()
410 OlsonTimeZone::transitionTime(int16_t transIdx) const { in transitionTime()
415 OlsonTimeZone::zoneOffsetAt(int16_t transIdx) const { in zoneOffsetAt()
421 OlsonTimeZone::rawOffsetAt(int16_t transIdx) const { in rawOffsetAt()
[all …]
Dolsontz.cpp84 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
99 void OlsonTimeZone::constructEmpty() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
120 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, in OlsonTimeZone() function in OlsonTimeZone
268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() function in OlsonTimeZone
276 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =()
306 OlsonTimeZone::~OlsonTimeZone() { in ~OlsonTimeZone()
314 UBool OlsonTimeZone::operator==(const TimeZone& other) const { in operator ==()
324 TimeZone* OlsonTimeZone::clone() const { in clone()
325 return new OlsonTimeZone(*this); in clone()
331 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, in getOffset()
[all …]
Dzonemeta.cpp390 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getCanonicalCLDRID()
392 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID()
894 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getShortID()
896 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getShortID()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java347 if (tz instanceof OlsonTimeZone) { in getCanonicalCLDRID()
348 return ((OlsonTimeZone)tz).getCanonicalID(); in getCanonicalCLDRID()
547 private static class SystemTimeZoneCache extends SoftCache<String, OlsonTimeZone, String> {
553 protected OlsonTimeZone createInstance(String key, String data) { in createInstance()
554 OlsonTimeZone tz = null; in createInstance()
560 tz = new OlsonTimeZone(top, res, data); in createInstance()
576 public static OlsonTimeZone getSystemTimeZone(String id) { in getSystemTimeZone()
843 if (tz instanceof OlsonTimeZone) { in getShortID()
844 canonicalID = ((OlsonTimeZone)tz).getCanonicalID(); in getShortID()
DOlsonTimeZone.java117 public class OlsonTimeZone extends BasicTimeZone { class
406 if (!(other instanceof OlsonTimeZone)) { in hasSameRules()
412 OlsonTimeZone o = (OlsonTimeZone)other; in hasSameRules()
482 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ in OlsonTimeZone() method in OlsonTimeZone
636 public OlsonTimeZone(String id){ in OlsonTimeZone() method in OlsonTimeZone
896 OlsonTimeZone z = (OlsonTimeZone) obj; in equals()
1284 OlsonTimeZone tz = (OlsonTimeZone)super.cloneAsThawed(); in cloneAsThawed()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DZoneMeta.java348 if (tz instanceof OlsonTimeZone) { in getCanonicalCLDRID()
349 return ((OlsonTimeZone)tz).getCanonicalID(); in getCanonicalCLDRID()
548 private static class SystemTimeZoneCache extends SoftCache<String, OlsonTimeZone, String> {
554 protected OlsonTimeZone createInstance(String key, String data) { in createInstance()
555 OlsonTimeZone tz = null; in createInstance()
561 tz = new OlsonTimeZone(top, res, data); in createInstance()
577 public static OlsonTimeZone getSystemTimeZone(String id) { in getSystemTimeZone()
844 if (tz instanceof OlsonTimeZone) { in getShortID()
845 canonicalID = ((OlsonTimeZone)tz).getCanonicalID(); in getShortID()
DOlsonTimeZone.java119 public class OlsonTimeZone extends BasicTimeZone { class
408 if (!(other instanceof OlsonTimeZone)) { in hasSameRules()
414 OlsonTimeZone o = (OlsonTimeZone)other; in hasSameRules()
484 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ in OlsonTimeZone() method in OlsonTimeZone
638 public OlsonTimeZone(String id){ in OlsonTimeZone() method in OlsonTimeZone
898 OlsonTimeZone z = (OlsonTimeZone) obj; in equals()
1286 OlsonTimeZone tz = (OlsonTimeZone)super.cloneAsThawed(); in cloneAsThawed()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableTestUtility.java38 import ohos.global.icu.impl.OlsonTimeZone;
513 OlsonTimeZone timeZones[] = new OlsonTimeZone[zoneIDs.length]; in getTestObjects()
516 timeZones[i] = new OlsonTimeZone(zoneIDs[i]); in getTestObjects()
526 OlsonTimeZone otz_a = (OlsonTimeZone) a; in hasSameBehavior()
527 OlsonTimeZone otz_b = (OlsonTimeZone) b; in hasSameBehavior()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java37 import com.ibm.icu.impl.OlsonTimeZone;
511 OlsonTimeZone timeZones[] = new OlsonTimeZone[zoneIDs.length]; in getTestObjects()
514 timeZones[i] = new OlsonTimeZone(zoneIDs[i]); in getTestObjects()
524 OlsonTimeZone otz_a = (OlsonTimeZone) a; in hasSameBehavior()
525 OlsonTimeZone otz_b = (OlsonTimeZone) b; in hasSameBehavior()
/third_party/icu/icu4c/source/test/intltest/
Duobjtest.cpp463 …TESTCLASSID_FACTORY(OlsonTimeZone, TimeZone::createTimeZone(UnicodeString("America/Los_Angeles"))); in testIDs()
Dtztest.cpp1174 OlsonTimeZone *ozone = dynamic_cast<OlsonTimeZone *>(zone); in TestCustomParse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java917 } else if (tz instanceof ohos.global.icu.impl.OlsonTimeZone) { in setDefault()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java1001 } else if (tz instanceof com.ibm.icu.impl.OlsonTimeZone) { in setDefault()

12