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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1390 char *pszTest1; local
1391 int rc = RTUtf16ToUtf8(s_swzTest1, &pszTest1);
1396 rc = RTStrUtf8ToCurrentCP(&pszOut, pszTest1);
1399 RTTESTI_CHECK(!strcmp(pszOut, pszTest1));
1413 RTStrFree(pszTest1);

Completed in 37 milliseconds