Home
last modified time | relevance | path

Searched refs:ConvertCharsToUnicode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DCommon.cpp207 bool ConvertCharsToUnicode(std::wstring *outStr, const std::string &s, unsigned codePage) in ConvertCharsToUnicode() function
236 bool ConvertCharsToUnicode(std::wstring *outStr, const char *s, size_t sCharCount, unsigned codePag… in ConvertCharsToUnicode() function
H A DCommon.h327 bool ConvertCharsToUnicode(std::wstring *outStr, const std::string &s, unsigned codePage);
328 bool ConvertCharsToUnicode(std::wstring *outStr, const char *s, size_t sCharCount, unsigned codePag…
H A DVulkanSample.cpp570 if(ConvertCharsToUnicode(&name, props.deviceName, strlen(props.deviceName), CP_UTF8) && in SelectPhysicalDevice()