Home
last modified time | relevance | path

Searched refs:transitionCountPre32 (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dolsontz.cpp102 transitionCountPre32 = transitionCount32 = transitionCountPost32 = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
142 transitionCountPre32 = static_cast<int16_t>(len >> 1); in OlsonTimeZone()
146 transitionCountPre32 = 0; in OlsonTimeZone()
284 transitionCountPre32 = other.transitionCountPre32; in operator =()
453 if (transIdx < transitionCountPre32) { in transitionTimeInSeconds()
458 transIdx -= transitionCountPre32; in transitionTimeInSeconds()
639 || transitionCountPre32 != z->transitionCountPre32 in hasSameRules()
646 …onTimesPre32, z->transitionTimesPre32, sizeof(transitionTimesPre32[0]) * transitionCountPre32 << 1) in hasSameRules()
Dolsontz.h324 int16_t transitionCountPre32; variable
408 return transitionCountPre32 + transitionCount32 + transitionCountPost32; in transitionCount()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.cpp102 transitionCountPre32 = transitionCount32 = transitionCountPost32 = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
142 transitionCountPre32 = static_cast<int16_t>(len >> 1); in OlsonTimeZone()
146 transitionCountPre32 = 0; in OlsonTimeZone()
284 transitionCountPre32 = other.transitionCountPre32; in operator =()
453 if (transIdx < transitionCountPre32) { in transitionTimeInSeconds()
458 transIdx -= transitionCountPre32; in transitionTimeInSeconds()
639 || transitionCountPre32 != z->transitionCountPre32 in hasSameRules()
646 …onTimesPre32, z->transitionTimesPre32, sizeof(transitionTimesPre32[0]) * transitionCountPre32 << 1) in hasSameRules()
Dolsontz.h324 int16_t transitionCountPre32; variable
408 return transitionCountPre32 + transitionCount32 + transitionCountPost32; in transitionCount()
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.cpp102 transitionCountPre32 = transitionCount32 = transitionCountPost32 = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
142 transitionCountPre32 = static_cast<int16_t>(len >> 1); in OlsonTimeZone()
146 transitionCountPre32 = 0; in OlsonTimeZone()
284 transitionCountPre32 = other.transitionCountPre32; in operator =()
454 if (transIdx < transitionCountPre32) { in transitionTimeInSeconds()
459 transIdx -= transitionCountPre32; in transitionTimeInSeconds()
640 || transitionCountPre32 != z->transitionCountPre32 in hasSameRules()
647 …onTimesPre32, z->transitionTimesPre32, sizeof(transitionTimesPre32[0]) * transitionCountPre32 << 1) in hasSameRules()
Dolsontz.h324 int16_t transitionCountPre32; variable
408 return transitionCountPre32 + transitionCount32 + transitionCountPost32; in transitionCount()