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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp258 static RTUNICP g_uszAll[0x110000 - 1 - 0x800 - 2 + 1]; variable
333 g_uszAll[i++] = uc++;
336 g_uszAll[i++] = uc++;
339 g_uszAll[i++] = uc++;
340 g_uszAll[i++] = 0;
341 Assert(RT_ELEMENTS(g_uszAll) == i);
480 if (mymemcmp(paCps, g_uszAll, sizeof(g_uszAll), 32))
484 rc = RTStrToUniEx(g_szAll, RTSTR_MAX, &paCps, RT_ELEMENTS(g_uszAll), &cCps);
487 if (cCps != RT_ELEMENTS(g_uszAll)
[all...]

Completed in 45 milliseconds