/third_party/skia/third_party/externals/icu/source/common/ |
D | uresbund.cpp | 1487 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/ |
D | uresbund.cpp | 1459 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/ |
D | uresbund.cpp | 1487 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/ |
D | uresbund.cpp | 1538 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/ |
D | vktSubgroupsTestsUtils.cpp | 1409 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 …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 1660 const string tempRes = " uvec4 tempRes;\n"; in initPrograms() local 1664 …age, VK_FORMAT_R32G32B32A32_UINT, false, extHeader, testSrc, "", headDeclarations, false, tempRes); in initPrograms()
|
D | vktSubgroupsTestsUtils.hpp | 149 const std::string& tempRes = " uint tempRes;\n");
|