Searched refs:tempRes (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1478 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local 1479 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1480 ures_close(tempRes); in ures_getStringWithAlias() 2144 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2145 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2146 ures_close(tempRes); in ures_getStringByKey() 2166 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2167 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2168 ures_close(tempRes); in ures_getStringByKey()
|