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

/vbox/src/VBox/Runtime/common/string/
H A Dutf-16-latin-1.cpp115 static int rtUtf16RecodeAsLatin1(PCRTUTF16 pwsz, size_t cwc, char *psz, size_t cch) function
202 rc = rtUtf16RecodeAsLatin1(pwszString, RTSTR_MAX, pszResult, cch);
259 rc = rtUtf16RecodeAsLatin1(pwszString, cwcString, pszResult, cch - 1);

Completed in 44 milliseconds