Searched refs:mymemcmp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp301 int mymemcmp(const void *pv1, const void *pv2, size_t cb, int cBits) function
428 if (mymemcmp(pszUtf8, g_szAll, sizeof(g_szAll), 8))
435 if (mymemcmp(pwszUtf16, g_wszAll, sizeof(g_wszAll), 16))
455 if (mymemcmp(pwszUtf16, g_wszAll, sizeof(g_wszAll), 16))
461 if (mymemcmp(pszUtf8, g_szAll, sizeof(g_szAll), 8))
480 if (mymemcmp(paCps, g_uszAll, sizeof(g_uszAll), 32))
618 if (mymemcmp(pszPut1Base, g_szAll, sizeof(g_szAll), 8))
620 if (mymemcmp(pwszPut2Base, g_wszAll, sizeof(g_wszAll), 16))
H A DtstIprtMiniString.cpp361 static int mymemcmp(const char *psz1, const char *psz2, size_t cch) function
405 RTTESTI_CHECK(mymemcmp((str1).c_str(), (str2).c_str(), (str2).length() + 1) == 0); \

Completed in 302 milliseconds