Searched defs:typeIdx (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/i18n/
H A Dolsontz.h396 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
397 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
402 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
403 return typeOffsets[typeIdx];
408 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
409 return typeOffsets[typeIdx + 1];
H A Dolsontz.cpp704 int16_t transitionIdx, typeIdx; local
726 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
730 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
740 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
741 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
756 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
759 if (historicRules[typeIdx] == NULL) {
769 typeIdx
[all...]
H A Dzstrfmt.cpp101 int32_t typeIdx = 0; local
104 typeIdx = ZSIDX_LOCATION;
107 typeIdx = ZSIDX_LONG_GENERIC;
110 typeIdx = ZSIDX_SHORT_GENERIC;
113 typeIdx = ZSIDX_LONG_STANDARD;
116 typeIdx = ZSIDX_SHORT_STANDARD;
119 typeIdx = ZSIDX_LONG_DAYLIGHT;
122 typeIdx = ZSIDX_SHORT_DAYLIGHT;
125 return typeIdx;
129 getTimeZoneTranslationType(TimeZoneTranslationTypeIndex typeIdx) { argument
573 int32_t typeIdx = -1; local
1341 getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date, UBool commonlyUsedOnly, UnicodeString& result) const argument
1905 getString(int32_t typeIdx, UnicodeString &result) const argument
[all...]

Completed in 68 milliseconds