Searched defs:typeIdx (Results 1 - 5 of 5) 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 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...]
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...]
/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 169 milliseconds