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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp516 PRTUTF16 pwszPut2Base = (PRTUTF16)RTMemAlloc(sizeof(g_wszAll)); local
517 AssertRelease(pwszPut2Base);
518 PRTUTF16 pwszPut2 = pwszPut2Base;
601 if (pwszPut2 - pwszPut2Base != pwsz3 - &g_wszAll[0])
604 pwszPut2 - pwszPut2Base, pwsz3 - &g_wszAll[0]);
620 if (mymemcmp(pwszPut2Base, g_wszAll, sizeof(g_wszAll), 16))
625 RTMemFree(pwszPut2Base);

Completed in 362 milliseconds