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

/vbox/src/VBox/Runtime/common/string/
H A Dutf-8.cpp878 static int rtLatin1RecodeAsUtf8(const char *pszIn, size_t cchIn, char *psz, size_t cch) function
930 rc = rtLatin1RecodeAsUtf8(pszString, RTSTR_MAX, pszResult, cch);
987 rc = rtLatin1RecodeAsUtf8(pszString, cchString, pszResult, cch - 1);

Completed in 36 milliseconds