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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1181 const char *pszLat1 = "\x01\x20\x40\x80\x81"; local
1182 RTTEST_CHECK(hTest, RTLatin1CalcUtf8Len(pszLat1) == 7);
1183 rc = RTLatin1CalcUtf8LenEx(pszLat1, 3, &cchActual);
1187 rc = RTLatin1CalcUtf8LenEx(pszLat1, RTSTR_MAX, &cchActual);
1195 rc = RTLatin1ToUtf8(pszLat1, &pch);
1200 rc = RTLatin1ToUtf8Ex(pszLat1, RTSTR_MAX, &pch, 0, &cchActual);
1208 rc = RTLatin1ToUtf8Ex(pszLat1, RTSTR_MAX, &pch, 0, NULL);
1213 rc = RTLatin1ToUtf8Ex(pszLat1, RTSTR_MAX, &pch2, RT_ELEMENTS(ch),
1221 rc = RTLatin1ToUtf8Ex(pszLat1, 3, &pch2, RT_ELEMENTS(ch),
1229 rc = RTLatin1ToUtf8Ex(pszLat1, RTSTR_MA
1317 const char *pszLat1 = "\\x01\\x20\\x40\\x80\\x81"; local
[all...]

Completed in 37 milliseconds