Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dolsontz.h414 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()
Dmeasunit.cpp1061 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
1062 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() local
1081 if (typeIdx == -1) { in getAvailable()
1084 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx]; in getAvailable()
1090 dest[subTypeIdx].setTo(typeIdx, subTypeIdx); in getAvailable()
Dolsontz.cpp730 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java756 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() local
757 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1]; in zoneOffsetAt()
761 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() local
762 return typeOffsets[typeIdx]; in rawOffsetAt()
766 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() local
767 return typeOffsets[typeIdx + 1]; in dstOffsetAt()
1130 int transitionIdx, typeIdx; in initTransitionRules() local
1146 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 …]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoDecoder.java290 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()
DValueEncoder.java313 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + in writeAnnotation()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java977 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) { in TestTailoredElements()
978 String type = types[typeIdx]; // first: default type in TestTailoredElements()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java1256 int typeIdx = 0; in generateCXXConstants() local
1269 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx)); in generateCXXConstants()
1273 typeIdx++; in generateCXXConstants()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...