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

/vbox/src/VBox/Runtime/common/crypto/
H A Dx509-core.cpp799 const char *pszUtf8; local
801 int rc2 = RTAsn1String_QueryUtf8(&pComponent->Value.u.String, &pszUtf8, &cchUtf8);
804 memcpy(&pszBuf[off], pszUtf8, cchUtf8);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceClipboard-os2.cpp367 char *pszUtf8; local
368 int rc = RTUtf16ToUtf8((PCRTUTF16)pv, &pszUtf8);
372 rc = RTStrUtf8ToCurrentCP(&pszLocale, pszUtf8);
388 RTStrFree(pszUtf8);
509 char *pszUtf8; local
510 int rc = RTStrCurrentCPToUtf8(&pszUtf8, (const char *)pvPM);
514 rc = RTStrToUtf16(pszUtf8, &pwsz);
520 RTStrFree(pszUtf8);
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp67 char *pszUtf8; local
92 rc = RTUtf16ToUtf8(pwszRand, &pszUtf8);
95 rc = RTStrUtf8ToCurrentCP(&pszCurrent, pszUtf8);
98 rc = RTStrCurrentCPToUtf8(&pszUtf8, pszCurrent);
125 rc = RTUtf16ToUtf8(pwszRand, &pszUtf8);
128 rc = RTStrToUtf16(pszUtf8, &pwsz);
195 rc = RTUtf16ToUtf8(pwszRand, &pszUtf8);
198 rc = RTStrToUtf16Ex(pszUtf8, RTSTR_MAX, &pwsz2Buf, 70, NULL);
239 rc = RTUtf16ToUtf8(pwszRand, &pszUtf8);
242 rc = RTStrToUtf16Ex(pszUtf8, RTSTR_MA
423 char *pszUtf8; local
[all...]
/vbox/include/iprt/
H A Dasn1.h1077 /** Allocation tracking for pszUtf8. */
1080 char const *pszUtf8; member in struct:RTASN1STRING

Completed in 58 milliseconds