Searched refs:OlsonTimeZone (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/i18n/ |
D | olsontz.h | 113 class U_I18N_API OlsonTimeZone: public BasicTimeZone { 123 OlsonTimeZone(const UResourceBundle* top, 131 OlsonTimeZone(const OlsonTimeZone& other); 136 virtual ~OlsonTimeZone(); 141 OlsonTimeZone& operator=(const OlsonTimeZone& other); 287 OlsonTimeZone(); 398 OlsonTimeZone::transitionCount() const { in transitionCount() 403 OlsonTimeZone::transitionTime(int16_t transIdx) const { in transitionTime() 408 OlsonTimeZone::zoneOffsetAt(int16_t transIdx) const { in zoneOffsetAt() 414 OlsonTimeZone::rawOffsetAt(int16_t transIdx) const { in rawOffsetAt() [all …]
|
D | olsontz.cpp | 81 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 96 void OlsonTimeZone::constructEmpty() { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 117 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, in OlsonTimeZone() function in OlsonTimeZone 265 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other) : in OlsonTimeZone() function in OlsonTimeZone 273 OlsonTimeZone& OlsonTimeZone::operator=(const OlsonTimeZone& other) { in operator =() 303 OlsonTimeZone::~OlsonTimeZone() { in ~OlsonTimeZone() 311 UBool OlsonTimeZone::operator==(const TimeZone& other) const { in operator ==() 321 TimeZone* OlsonTimeZone::clone() const { in clone() 322 return new OlsonTimeZone(*this); in clone() 328 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, in getOffset() [all …]
|
D | zonemeta.cpp | 384 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL) { in getCanonicalCLDRID() 386 const OlsonTimeZone *otz = (const OlsonTimeZone*)&tz; in getCanonicalCLDRID()
|
D | tzgnames.cpp | 661 if (dynamic_cast<OlsonTimeZone *>(tmptz) != NULL in formatGenericNonLocationName()
|
D | timezone.cpp | 431 z = new OlsonTimeZone(top, &res, id, ec); in createSystemTimeZone()
|
D | smpdtfmt.cpp | 1846 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL in parse()
|
D | calendar.cpp | 3671 if (dynamic_cast<const OlsonTimeZone *>(fZone) != NULL in getBasicTimeZone()
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-01-13-OptExtBug.ll | 4 %class.OlsonTimeZone = type { i16, i32*, i8*, i16 } 6 define void @XX(%class.OlsonTimeZone* %this) align 2 { 10 %tmp = getelementptr inbounds %class.OlsonTimeZone* %this, i32 0, i32 3 12 %tmp525 = getelementptr inbounds %class.OlsonTimeZone* %this, i32 0, i32 0 24 %tmp10 = getelementptr inbounds %class.OlsonTimeZone* %this, i32 0, i32 2 25 %tmp17 = getelementptr inbounds %class.OlsonTimeZone* %this, i32 0, i32 1 26 %tmp5 = getelementptr inbounds %class.OlsonTimeZone* %this, i32 0, i32 0
|
/external/icu4c/test/intltest/ |
D | uobjtest.cpp | 457 …TESTCLASSID_FACTORY(OlsonTimeZone, TimeZone::createTimeZone(UnicodeString("America/Los_Angeles"))); in testIDs()
|
D | tztest.cpp | 1169 if (dynamic_cast<OlsonTimeZone *>(zone) != NULL) { in TestCustomParse()
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1349 #define OlsonTimeZone OlsonTimeZone_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 1349 #define OlsonTimeZone OlsonTimeZone_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 1349 #define OlsonTimeZone OlsonTimeZone_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 1349 #define OlsonTimeZone OlsonTimeZone_3_2 macro
|