Home
last modified time | relevance | path

Searched refs:tmpSts (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_keytype.cpp101 UErrorCode tmpSts = U_ZERO_ERROR; in initFromResourceBundle() local
102 …ceBundlePointer typeAliasRes(ures_getByKey(keyTypeDataRes.getAlias(), "typeAlias", NULL, &tmpSts)); in initFromResourceBundle()
103 tmpSts = U_ZERO_ERROR; in initFromResourceBundle()
104 …lePointer bcpTypeAliasRes(ures_getByKey(keyTypeDataRes.getAlias(), "bcpTypeAlias", NULL, &tmpSts)); in initFromResourceBundle()
179 tmpSts = U_ZERO_ERROR; in initFromResourceBundle()
180 …typeAliasResByKey.adoptInstead(ures_getByKey(typeAliasRes.getAlias(), legacyKeyId, NULL, &tmpSts)); in initFromResourceBundle()
181 if (U_FAILURE(tmpSts)) { in initFromResourceBundle()
186 tmpSts = U_ZERO_ERROR; in initFromResourceBundle()
187 …TypeAliasResByKey.adoptInstead(ures_getByKey(bcpTypeAliasRes.getAlias(), bcpKeyId, NULL, &tmpSts)); in initFromResourceBundle()
188 if (U_FAILURE(tmpSts)) { in initFromResourceBundle()
[all …]