Searched refs:typeOffsets (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/data/misc/ |
D | zoneinfo64.txt | 25 typeOffsets:intvector { -968, 0, 0, 0 } 30 typeOffsets:intvector { -52, 0, 0, 0, 0, 1200 } 36 typeOffsets:intvector { 9288, 0, 9320, 0, 10800, 0 } 43 typeOffsets:intvector { 732, 0, 0, 0, 0, 3600, 561, 0, 3600, 0, 3600, 3600 } 49 typeOffsets:intvector { 9332, 0, 9320, 0, 10800, 0 } 56 typeOffsets:intvector { -1920, 0, -3600, 0, 0, 0 } 62 typeOffsets:intvector { 4460, 0, 3600, 0 } 67 typeOffsets:intvector { -3996, 0, -3600, 0, 0, 0 } 72 typeOffsets:intvector { -3740, 0, -3600, 0, 0, 0 } 77 typeOffsets:intvector { 8400, 0, 7200, 0 } [all …]
|
/external/icu4c/i18n/ |
D | olsontz.h | 353 const int32_t *typeOffsets; // alias into res; do not delete variable 410 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt() 416 return typeOffsets[typeIdx]; in rawOffsetAt() 422 return typeOffsets[typeIdx + 1]; in dstOffsetAt() 427 return typeOffsets[0]; in initialRawOffset() 432 return typeOffsets[1]; in initialDstOffset()
|
D | olsontz.cpp | 105 typeOffsets = ZEROS; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 178 typeOffsets = ures_getIntVector(&r, &len, &ec); in OlsonTimeZone() 285 typeOffsets = other.typeOffsets; in operator =() 642 && arrayEqual(typeOffsets, z->typeOffsets, sizeof(typeOffsets[0]) * typeCount << 1) in hasSameRules() 749 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 750 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules()
|