Home
last modified time | relevance | path

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

/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/utilities/
H A Dasyncrt_utils.cpp325 inline size_t count_utf8_to_utf16(const std::string& s) in count_utf8_to_utf16() function
415 utf16string dest(count_utf8_to_utf16(s), L'\0'); in utf8_to_utf16()