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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp872 char szCopy[MAX_IN_STRING]; local
874 AssertRC(RTStrCopy(szCopy, RT_ELEMENTS(szCopy), aTests[i].pcszIn));
875 cReplacements = RTStrPurgeComplementSet(szCopy, aTests[i].pcCpSet,
881 if (strcmp(aTests[i].pcszOut, szCopy))
883 aTests[i].pcszOut, szCopy);

Completed in 53 milliseconds