Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp1487 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local
1488 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1489 ures_close(tempRes); in ures_getStringWithAlias()
2155 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2156 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2157 ures_close(tempRes); in ures_getStringByKey()
2177 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2178 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2179 ures_close(tempRes); in ures_getStringByKey()
/third_party/icu/icu4c/source/common/
Duresbund.cpp1710 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local
1711 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1712 ures_close(tempRes); in ures_getStringWithAlias()
2516 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2517 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2518 ures_close(tempRes); in ures_getStringByKey()
2538 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2539 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2540 ures_close(tempRes); in ures_getStringByKey()
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp1711 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, nullptr, status); in ures_getStringWithAlias() local
1712 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1713 ures_close(tempRes); in ures_getStringWithAlias()
2517 UResourceBundle *tempRes = ures_getByKey(resB, inKey, nullptr, status); in ures_getStringByKey() local
2518 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2519 ures_close(tempRes); in ures_getStringByKey()
2539 UResourceBundle *tempRes = ures_getByKey(resB, inKey, nullptr, status); in ures_getStringByKey() local
2540 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2541 ures_close(tempRes); in ures_getStringByKey()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp1409 const std::string& tempRes) in initStdPrograms() argument
1430 << tempRes in initStdPrograms()
1465 + tempRes in initStdPrograms()
1486 + tempRes in initStdPrograms()
1504 + tempRes in initStdPrograms()
1521 + tempRes in initStdPrograms()
1548 + tempRes in initStdPrograms()
1574 + tempRes in initStdPrograms()
1589 + tempRes in initStdPrograms()
1603 + tempRes in initStdPrograms()
[all …]
DvktSubgroupsBuiltinVarTests.cpp1660 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local
1664 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
DvktSubgroupsTestsUtils.hpp149 const std::string& tempRes = " uint tempRes;\n");