MCPcopy Create free account
hub / github.com/davisking/dlib / convert_utf32_to_wstring

Function convert_utf32_to_wstring

dlib/unicode/unicode.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// ----------------------------------------------------------------------------------------
87
88 const std::wstring convert_utf32_to_wstring(const ustring &src)
89 {
90 ustring2wstr<sizeof(wchar_t)> conv(src);
91 std::wstring dest(conv.wstr);
92 return dest;
93 }
94
95// ----------------------------------------------------------------------------------------
96

Callers 13

set_titleMethod · 0.85
put_on_clipboardFunction · 0.85
put_on_clipboardFunction · 0.85
set_titleMethod · 0.85
node_wlabelMethod · 0.85
wnameMethod · 0.85
wtextMethod · 0.85
tab_wnameMethod · 0.85
box_winMethod · 0.85
blocking_box_winMethod · 0.85
menu_wnameMethod · 0.85
wtextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected