MCPcopy Create free account
hub / github.com/defold/defold / CodePageToWide

Function CodePageToWide

engine/dlib/src/test/test_sys.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static bool CodePageToWide(UINT code_page, const char* src, wchar_t* dst, int dst_len)
58{
59 return MultiByteToWideChar(code_page, 0, src, -1, dst, dst_len) > 0;
60}
61
62static bool FindAnsiRoundtripSample(wchar_t* sample, uint32_t sample_len)
63{

Callers 1

FindAnsiRoundtripSampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected