Searched refs:tmpSts (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uloc_keytype.cpp | 93 UErrorCode tmpSts = U_ZERO_ERROR; in initFromResourceBundle() local 94 …ceBundlePointer typeAliasRes(ures_getByKey(keyTypeDataRes.getAlias(), "typeAlias", NULL, &tmpSts)); in initFromResourceBundle() 95 tmpSts = U_ZERO_ERROR; in initFromResourceBundle() 96 …lePointer bcpTypeAliasRes(ures_getByKey(keyTypeDataRes.getAlias(), "bcpTypeAlias", NULL, &tmpSts)); in initFromResourceBundle() 156 tmpSts = U_ZERO_ERROR; in initFromResourceBundle() 157 …typeAliasResByKey.adoptInstead(ures_getByKey(typeAliasRes.getAlias(), legacyKeyId, NULL, &tmpSts)); in initFromResourceBundle() 158 if (U_FAILURE(tmpSts)) { in initFromResourceBundle() 163 tmpSts = U_ZERO_ERROR; in initFromResourceBundle() 164 …TypeAliasResByKey.adoptInstead(ures_getByKey(bcpTypeAliasRes.getAlias(), bcpKeyId, NULL, &tmpSts)); in initFromResourceBundle() 165 if (U_FAILURE(tmpSts)) { in initFromResourceBundle() [all …]
|