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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp558 RTUNICP uc3; local
559 rc = RTUtf16GetCpEx(&pwsz3, &uc3);
566 if (uc3 != uc2)
568 RTTestFailed(hTest, "RTUtf16GetCpEx and RTStrGetCp returned different CPs: %RTunicp != %RTunicp", uc3, uc2);
573 if (uc3 != uc4)
575 RTTestFailed(hTest, "RTUtf16GetCpEx and RTUtf16GetCp returned different CPs: %RTunicp != %RTunicp", uc3, uc4);
600 pwszPut2 = RTUtf16PutCp(pwszPut2, uc3);
1453 RTUNICP uc3 = 42; local
1454 RTTESTI_CHECK_RC(RTStrGetCpEx(&pszSrc, &uc3), VINF_SUCCESS);
1455 RTTESTI_CHECK_MSG(uc3
1466 RTUNICP uc3 = 42; local
1482 RTUNICP uc3 = 42; local
[all...]

Completed in 74 milliseconds