/external/chromium_org/third_party/icu/source/data/misc/ |
D | zoneinfo64.txt | 25 typeOffsets:intvector { -968, 0, 0, 0 } 31 typeOffsets:intvector { -52, 0, 0, 0, 0, 1200 } 37 typeOffsets:intvector { 9288, 0, 9320, 0, 10800, 0 } 44 typeOffsets:intvector { 732, 0, 0, 0, 0, 3600, 561, 0, 3600, 0, 3600, 3600 } 50 typeOffsets:intvector { 9332, 0, 9320, 0, 10800, 0 } 58 typeOffsets:intvector { 4460, 0, 3600, 0 } 64 typeOffsets:intvector { -3740, 0, -3600, 0, 0, 0 } 69 typeOffsets:intvector { 8400, 0, 7200, 0 } 74 typeOffsets:intvector { 3668, 0, 3600, 0 } 79 typeOffsets:intvector { 7048, 0, 7200, 0 } [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | zoneinfo64.txt | 25 typeOffsets:intvector { -968, 0, 0, 0 } 31 typeOffsets:intvector { -52, 0, 0, 0, 0, 1200 } 38 typeOffsets:intvector { 732, 0, 0, 0, 0, 3600, 561, 0, 3600, 0, 3600, 3600 } 48 typeOffsets:intvector { -3740, 0, -3600, 0, 0, 0 } 57 typeOffsets:intvector { 7509, 0, 7200, 0, 7200, 3600 } 67 typeOffsets:intvector { -1820, 0, 0, 0, 0, 3600, 3600, 0 } 76 typeOffsets:intvector { -1276, 0, 0, 0, 0, 3600, 3600, 0, 3600, 3600 } 90 typeOffsets:intvector { -3168, 0, -3600, 0, 0, 0, 0, 3600 } 102 typeOffsets:intvector { 6720, 0, 5400, 0, 7200, 0, 7200, 3600 } 110 typeOffsets:intvector { 7808, 0, 7200, 0, 7200, 3600, 10800, 0 } [all …]
|
/external/icu/icu4c/source/i18n/ |
D | olsontz.h | 354 const int32_t *typeOffsets; // alias into res; do not delete variable 415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt() 421 return typeOffsets[typeIdx]; in rawOffsetAt() 427 return typeOffsets[typeIdx + 1]; in dstOffsetAt() 432 return typeOffsets[0]; in initialRawOffset() 437 return typeOffsets[1]; in initialDstOffset()
|
D | olsontz.cpp | 106 typeOffsets = ZEROS; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 179 typeOffsets = ures_getIntVector(&r, &len, &ec); in OlsonTimeZone() 286 typeOffsets = other.typeOffsets; in operator =() 648 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules() 766 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 767 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | olsontz.h | 354 const int32_t *typeOffsets; // alias into res; do not delete variable 415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt() 421 return typeOffsets[typeIdx]; in rawOffsetAt() 427 return typeOffsets[typeIdx + 1]; in dstOffsetAt() 432 return typeOffsets[0]; in initialRawOffset() 437 return typeOffsets[1]; in initialDstOffset()
|
D | olsontz.cpp | 106 typeOffsets = ZEROS; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 179 typeOffsets = ures_getIntVector(&r, &len, &ec); in OlsonTimeZone() 286 typeOffsets = other.typeOffsets; in operator =() 648 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules() 766 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 767 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
|