Searched refs:typeIdx (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | olsontz.h | 414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt() 420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 421 return typeOffsets[typeIdx]; in rawOffsetAt() 426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local 427 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
|
D | measunit.cpp | 645 for (int32_t typeIdx = 0; typeIdx < LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local 646 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable() 648 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable() 664 int32_t typeIdx = binarySearch(gTypes, 0, LENGTHOF(gTypes), type); in getAvailable() local 665 if (typeIdx == -1) { in getAvailable() 668 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable() 674 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
|
D | olsontz.cpp | 730 int16_t transitionIdx, typeIdx; in initTransitionRules() local 752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules() 756 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules() 766 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 767 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 782 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules() 785 if (historicRules[typeIdx] == NULL) { in initTransitionRules() 795 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules() 797 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | olsontz.h | 414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local 415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt() 420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local 421 return typeOffsets[typeIdx]; in rawOffsetAt() 426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local 427 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
|
D | olsontz.cpp | 730 int16_t transitionIdx, typeIdx; in initTransitionRules() local 752 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules() 756 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules() 766 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 767 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND; in initTransitionRules() 782 … historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules() 785 if (historicRules[typeIdx] == NULL) { in initTransitionRules() 795 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules() 797 *initialRule, *historicRules[typeIdx]); in initTransitionRules()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 290 int typeIdx = readStringIndex(bs); in decode0() local 292 address, true, reg, nameIdx, typeIdx, 0); in decode0() 302 int typeIdx = readStringIndex(bs); in decode0() local 305 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0()
|
D | ValueEncoder.java | 313 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local 316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + in writeAnnotation()
|