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

/vbox/src/VBox/Runtime/common/string/
H A Dutf-16-latin-1.cpp308 static int rtLatin1CalcUtf16Length(const char *psz, size_t cch, size_t *pcwc) function
372 int rc = rtLatin1CalcUtf16Length(pszString, RTSTR_MAX, &cwc);
414 int rc = rtLatin1CalcUtf16Length(pszString, cchString, &cwcResult);
464 int rc = rtLatin1CalcUtf16Length(psz, RTSTR_MAX, &cwc);
473 int rc = rtLatin1CalcUtf16Length(psz, cch, &cwc);

Completed in 43 milliseconds