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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp513 char *pszPut1Base = (char *)RTMemAlloc(sizeof(g_szAll)); local
514 AssertRelease(pszPut1Base);
515 char *pszPut1 = pszPut1Base;
592 if (pszPut1 - pszPut1Base != psz1 - &g_szAll[0])
595 pszPut1 - pszPut1Base, psz1 - &g_szAll[0]);
618 if (mymemcmp(pszPut1Base, g_szAll, sizeof(g_szAll), 8))
624 RTMemFree(pszPut1Base);

Completed in 35 milliseconds