3#include "mc/_HeaderOutputPredefine.h"
11 MCNAPI static ::std::string
toUtf8(
wchar_t const* src,
int srcLen);
13 MCNAPI
static int toUtf8(
wchar_t const* src,
int srcLen,
char* dest,
int max);
15 MCNAPI static ::std::wstring
toWide(::std::string_view src);
17 MCNAPI static ::std::wstring
toWide(
char const* src,
int srcLen);
19 MCNAPI
static int toWide(
char const* src,
int srcLen,
wchar_t* dest,
int max);
Definition StringConversions.h:7
static MCAPI ::std::string toUtf8(wchar_t const *src, int srcLen)
static MCAPI int toUtf8(wchar_t const *src, int srcLen, char *dest, int max)
static MCAPI ::std::wstring toWide(::std::string_view src)
static MCAPI ::std::wstring toWide(char const *src, int srcLen)
static MCAPI int toWide(char const *src, int srcLen, wchar_t *dest, int max)