Searched refs:tmpStatus (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Duloc_tag.c567 UErrorCode tmpStatus = U_ZERO_ERROR; local
597 uBcpKey = ures_getStringByKey(rb, keyBuf, &bcpKeyLen, &tmpStatus);
598 if (U_SUCCESS(tmpStatus)) {
707 UErrorCode tmpStatus = U_ZERO_ERROR; local
760 typeMapForKey = ures_getByKey(rb, keyBuf, NULL, &tmpStatus);
761 uBcpType = ures_getStringByKey(typeMapForKey, type, &bcpTypeLen, &tmpStatus);
762 if (U_SUCCESS(tmpStatus)) {
765 } else if (tmpStatus == U_MISSING_RESOURCE_ERROR) {
767 tmpStatus = U_ZERO_ERROR;
768 ures_getByKey(keyTypeData, TYPEALIAS, rb, &tmpStatus);
826 UErrorCode tmpStatus = U_ZERO_ERROR; local
925 UErrorCode tmpStatus = U_ZERO_ERROR; local
980 UErrorCode tmpStatus = U_ZERO_ERROR; local
1022 UErrorCode tmpStatus = U_ZERO_ERROR; local
1064 UErrorCode tmpStatus = U_ZERO_ERROR; local
1203 UErrorCode tmpStatus = U_ZERO_ERROR; local
2195 UErrorCode tmpStatus = U_ZERO_ERROR; local
[all...]
/external/icu4c/i18n/
H A Dzonemeta.cpp211 UErrorCode tmpStatus = U_ZERO_ERROR; local
212 UResourceBundle *top = ures_openDirect(NULL, gTimeZoneTypes, &tmpStatus);
213 UResourceBundle *rb = ures_getByKey(top, gTypeMapTag, NULL, &tmpStatus);
214 ures_getByKey(rb, gTimezoneTag, rb, &tmpStatus);
215 ures_getByKey(rb, id, rb, &tmpStatus);
216 if (U_SUCCESS(tmpStatus)) {
225 tmpStatus = U_ZERO_ERROR;
226 ures_getByKey(top, gTypeAliasTag, rb, &tmpStatus);
227 ures_getByKey(rb, gTimezoneTag, rb, &tmpStatus);
228 const UChar *alias = ures_getStringByKey(rb,id,NULL,&tmpStatus);
[all...]
H A Ddecimfmt.cpp1684 UBool tmpStatus[fgStatusLength]; local
1693 tmpPos, tmpDigitList, tmpStatus, currency);
1699 tmpPos, tmpDigitList, tmpStatus, currency);
1705 status[i] = tmpStatus[i];
1720 UBool tmpStatus[fgStatusLength]; local
1729 tmpPos, tmpDigitList, tmpStatus, currency);
1735 status[i] = tmpStatus[i];

Completed in 87 milliseconds