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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1107 size_t cch_szAll = 0; local
1110 int rc = RTStrCalcLatin1LenEx(g_szAll, 383, &cch_szAll);
1111 RTTEST_CHECK(hTest, (cch_szAll == 255));
1112 rc = RTStrCalcLatin1LenEx(g_szAll, RTSTR_MAX, &cch_szAll);
1242 size_t cch_szAll = 0; local
1245 int rc = RTUtf16CalcLatin1LenEx(g_wszAll, 255, &cch_szAll);
1246 RTTEST_CHECK(hTest, (cch_szAll == 255));
1247 rc = RTUtf16CalcLatin1LenEx(g_wszAll, RTSTR_MAX, &cch_szAll);

Completed in 45 milliseconds