Searched defs:typeIdx (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.h396 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
397 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
402 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
403 return typeOffsets[typeIdx];
408 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
409 return typeOffsets[typeIdx + 1];
H A Dolsontz.cpp704 int16_t transitionIdx, typeIdx; local
726 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
730 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
740 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
741 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
756 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
759 if (historicRules[typeIdx] == NULL) {
769 typeIdx
[all...]
H A Dzstrfmt.cpp101 int32_t typeIdx = 0; local
104 typeIdx = ZSIDX_LOCATION;
107 typeIdx = ZSIDX_LONG_GENERIC;
110 typeIdx = ZSIDX_SHORT_GENERIC;
113 typeIdx = ZSIDX_LONG_STANDARD;
116 typeIdx = ZSIDX_SHORT_STANDARD;
119 typeIdx = ZSIDX_LONG_DAYLIGHT;
122 typeIdx = ZSIDX_SHORT_DAYLIGHT;
125 return typeIdx;
129 getTimeZoneTranslationType(TimeZoneTranslationTypeIndex typeIdx) { argument
573 int32_t typeIdx = -1; local
1341 getString(const UnicodeString &tzid, TimeZoneTranslationTypeIndex typeIdx, UDate date, UBool commonlyUsedOnly, UnicodeString& result) const argument
1905 getString(int32_t typeIdx, UnicodeString &result) const argument
[all...]
/external/icu4c/i18n/
H A Dolsontz.h410 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
411 return typeOffsets[typeIdx] + typeOffsets[typeIdx + 1];
416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
417 return typeOffsets[typeIdx];
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; local
423 return typeOffsets[typeIdx + 1];
H A Dolsontz.cpp736 int16_t transitionIdx, typeIdx; local
758 for (typeIdx = 0; typeIdx < typeCount; typeIdx++) {
762 if (typeIdx == (int16_t)typeMapData[transitionIdx]) {
772 raw = typeOffsets[typeIdx << 1] * U_MILLIS_PER_SECOND;
773 dst = typeOffsets[(typeIdx << 1) + 1] * U_MILLIS_PER_SECOND;
788 historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName),
791 if (historicRules[typeIdx] == NULL) {
801 typeIdx
[all...]
/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 130 milliseconds