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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1174 const char *pszBad = "Hello\xDC\xD8"; local
1175 rc = RTStrToLatin1Ex(pszBad, RTSTR_MAX, &psz2, sizeof(sz),
1310 const char *pszBad = "H\0e\0l\0l\0o\0\0\xDC\0\xD8\0"; local
1311 rc = RTUtf16ToLatin1Ex((RTUTF16 *) pszBad, RTSTR_MAX, &psz2, sizeof(sz),

Completed in 260 milliseconds