Searched refs:tempRes (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 1427 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local 1428 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1429 ures_close(tempRes); in ures_getStringWithAlias() 2064 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2065 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2066 ures_close(tempRes); in ures_getStringByKey() 2086 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local 2087 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2088 ures_close(tempRes); in ures_getStringByKey()
|