Searched refs:typeIdx (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dolsontz.h416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
417 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
423 return typeOffsets[typeIdx];
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
429 return typeOffsets[typeIdx + 1];
H A Dmeasunit.cpp1148 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) {
1149 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx];
1151 dest[idx].setTo(typeIdx, subTypeIdx);
1167 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); local
1168 if (typeIdx == -1) {
1171 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx];
[all...]
H A Dolsontz.cpp732 int16_t transitionIdx, typeIdx; local
754 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
768 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
769 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
784 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
787 if (historicRules[typeIdx] == NULL) {
797 typeIdx
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeSampleVariablesTests.cpp250 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++)
261 << " highp int invalidValue = " << testConfigs.builtInType[typeIdx] << "[invalidIndex]; \n"
265 ctx.beginSection("OES_sample_variables: using constant integral expression outside of " + testConfigs.builtInType[typeIdx] + " bounds");
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
761 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
766 return typeOffsets[typeIdx];
770 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
771 return typeOffsets[typeIdx + 1];
1134 int transitionIdx, typeIdx;
1150 for (typeIdx = 0; typeIdx < typeCoun
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java758 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
759 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
763 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
764 return typeOffsets[typeIdx];
768 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
769 return typeOffsets[typeIdx + 1];
1132 int transitionIdx, typeIdx;
1148 for (typeIdx = 0; typeIdx < typeCoun
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationTest.java967 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) {
968 String type = types[typeIdx]; // first: default type
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java964 for (int typeIdx = 0; typeIdx < types.length; ++typeIdx) {
965 String type = types[typeIdx]; // first: default type
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMeasureUnitTest.java2196 int typeIdx = 0;
2209 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx));
2213 typeIdx++;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java2193 int typeIdx = 0;
2206 measureUnitToTypeSubType.put(unit, Pair.of(typeIdx, subTypeIdx));
2210 typeIdx++;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 141 milliseconds