Searched defs:rtLatin1RecodeAsUtf16 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dutf-16-latin-1.cpp328 static int rtLatin1RecodeAsUtf16(const char *psz, size_t cch, PRTUTF16 pwsz, size_t cwc) function
384 rc = rtLatin1RecodeAsUtf16(pszString, RTSTR_MAX, pwsz, cwc);
444 rc = rtLatin1RecodeAsUtf16(pszString, cchString, pwszResult, cwc - 1);

Completed in 55 milliseconds