Home
last modified time | relevance | path

Searched defs:typeIdx (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dolsontz.h414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
Dmeasunit.cpp645 for (int32_t typeIdx = 0; typeIdx < LENGTHOF(gTypes); ++typeIdx) { in getAvailable() local
664 int32_t typeIdx = binarySearch(gTypes, 0, LENGTHOF(gTypes), type); in getAvailable() local
Dolsontz.cpp730 int16_t transitionIdx, typeIdx; in initTransitionRules() local
/external/chromium_org/third_party/icu/source/i18n/
Dolsontz.h414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt() local
420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt() local
426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt() local
Dolsontz.cpp730 int16_t transitionIdx, typeIdx; in initTransitionRules() local
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDebugInfoDecoder.java290 int typeIdx = readStringIndex(bs); in decode0() local
302 int typeIdx = readStringIndex(bs); in decode0() local
DValueEncoder.java313 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local