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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp160 char *pszUtf8Array = szUtf8Array; local
161 rc = RTUtf16ToUtf8Ex(pwszRand, RTSTR_MAX, &pszUtf8Array, 120, NULL);
164 rc = RTStrToUtf16(pszUtf8Array, &pwsz);
223 rc = RTUtf16ToUtf8Ex(pwszRand, RTSTR_MAX, &pszUtf8Array, 20, NULL);

Completed in 35 milliseconds