Home
last modified time | relevance | path

Searched refs:tempRes (Results 1 – 7 of 7) 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/flutter/skia/third_party/externals/icu/source/common/
Duresbund.cpp1459 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local
1460 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1461 ures_close(tempRes); in ures_getStringWithAlias()
2096 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2097 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2098 ures_close(tempRes); in ures_getStringByKey()
2118 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2119 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2120 ures_close(tempRes); in ures_getStringByKey()
/third_party/icu/icu4c/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/node/deps/icu-small/source/common/
Duresbund.cpp1538 UResourceBundle *tempRes = ures_getByIndex(resB, sIndex, NULL, status); in ures_getStringWithAlias() local
1539 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias()
1540 ures_close(tempRes); in ures_getStringWithAlias()
2344 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2345 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2346 ures_close(tempRes); in ures_getStringByKey()
2366 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey() local
2367 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
2368 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");