Searched defs:typeIdx (Results 1 - 6 of 6) 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.cpp1153 for (int32_t typeIdx = 0; typeIdx < UPRV_LENGTHOF(gTypes); ++typeIdx) {
1154 int32_t len = gOffsets[typeIdx + 1] - gOffsets[typeIdx];
1156 dest[idx].setTo(typeIdx, subTypeIdx);
1172 int32_t typeIdx = binarySearch(gTypes, 0, UPRV_LENGTHOF(gTypes), type); local
1173 if (typeIdx == -1) {
1176 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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds