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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1250 RTUTF16 wszShort[256] = { 0 }; local
1252 wszShort[i] = i + 1;
1253 cbShort = RTUtf16CalcLatin1Len(wszShort);
1255 rc = RTUtf16ToLatin1(wszShort, &psz);

Completed in 38 milliseconds