Searched refs:typeIdx (Results 1 – 10 of 10) sorted by relevance
414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local415 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local421 return typeOffsets[typeIdx]; in rawOffsetAt()426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local427 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1061 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local1062 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()1064 dest[idx].setTo(typeIdx, subTypeIdx); in getAvailable()1080 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); in getAvailable() local1081 if (typeIdx == -1) { in getAvailable()1084 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()1090 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
730 int16_t transitionIdx, typeIdx; in initTransitionRules() local752 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()
756 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local757 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()761 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local762 return typeOffsets[typeIdx]; in rawOffsetAt()766 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local767 return typeOffsets[typeIdx + 1]; in dstOffsetAt()1130 int transitionIdx, typeIdx; in initTransitionRules() local1146 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) { in initTransitionRules()1150 if (typeIdx == getInt(typeMapData[transitionIdx])) { in initTransitionRules()1162 raw = typeOffsets[typeIdx*2]*Grego.MILLIS_PER_SECOND; in initTransitionRules()[all …]
290 int typeIdx = readStringIndex(bs); in decode0() local292 address, true, reg, nameIdx, typeIdx, 0); in decode0()302 int typeIdx = readStringIndex(bs); in decode0() local305 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0()
313 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + in writeAnnotation()
977 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()978 String type = types[typeIdx]; // first: default type in TestTailoredElements()
1256 int typeIdx = 0; in generateCXXConstants() local1269 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()1273 typeIdx++; in generateCXXConstants()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...