Searched refs:RTStrAssertMsgFailed (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dutf-16.cpp71 RTStrAssertMsgFailed(("Lone UTF-16 trail surrogate: %#x (%.*Rhxs)\n", wc, RT_MIN(cwc * 2, 10), pwsz));
76 RTStrAssertMsgFailed(("Lone UTF-16 lead surrogate: %#x\n", wc));
84 RTStrAssertMsgFailed(("Invalid UTF-16 trail surrogate: %#x (lead %#x)\n", wcTrail, wc));
295 RTStrAssertMsgFailed(("endian indicator! wc=%#x\n", wc));
304 RTStrAssertMsgFailed(("Wrong 1st char in surrogate! wc=%#x\n", wc));
310 RTStrAssertMsgFailed(("Invalid length! wc=%#x\n", wc));
317 RTStrAssertMsgFailed(("Wrong 2nd char in surrogate! wc=%#x\n", wc));
358 RTStrAssertMsgFailed(("Buffer overflow! 1\n"));
369 RTStrAssertMsgFailed(("Buffer overflow! 2\n"));
381 RTStrAssertMsgFailed(("Buffe
[all...]
H A Dutf-16-latin-1.cpp66 RTStrAssertMsgFailed(("endian indicator! wc=%#x\n", wc));
75 RTStrAssertMsgFailed(("Wrong 1st char in surrogate! wc=%#x\n", wc));
81 RTStrAssertMsgFailed(("Invalid length! wc=%#x\n", wc));
88 RTStrAssertMsgFailed(("Wrong 2nd char in surrogate! wc=%#x\n", wc));
128 RTStrAssertMsgFailed(("Buffer overflow! 1\n"));
141 RTStrAssertMsgFailed(("endian indicator! wc=%#x\n", wc));
150 RTStrAssertMsgFailed(("Wrong 1st char in surrogate! wc=%#x\n", wc));
156 RTStrAssertMsgFailed(("Invalid length! wc=%#x\n", wc));
163 RTStrAssertMsgFailed(("Wrong 2nd char in surrogate! wc=%#x\n", wc));
H A Dutf-8.cpp80 RTStrAssertMsgFailed(("Invalid UTF-8 first byte: %.*Rhxs\n", RT_MIN(cch, 10), puch));
87 RTStrAssertMsgFailed(("Invalid UTF-8 length: cb=%d cch=%d (%.*Rhxs)\n", cb, cch, RT_MIN(cch, 10), puch));
539 RTStrAssertMsgFailed(("Invalid UTF-8 first byte: %.*Rhxs\n", RT_MIN(cch, 10), puch));
546 RTStrAssertMsgFailed(("Invalid UTF-8 length: cb=%d cch=%d (%.*Rhxs)\n", cb, cch, RT_MIN(cch, 10), puch));
579 RTStrAssertMsgFailed(("%u: cp=%#010RX32: %.*Rhxs\n", cb, uc, RT_MIN(cb + 10, cch), puch));
589 RTStrAssertMsgFailed(("%u: cp=%#010RX32: %.*Rhxs\n", cb, uc, RT_MIN(cb + 10, cch), puch));
891 RTStrAssertMsgFailed(("Buffer overflow! 1\n"));
1084 RTStrAssertMsgFailed(("Buffer overflow! 1\n"));
1279 RTStrAssertMsgFailed(("Invalid UTF-8 first byte: %.*Rhxs\n", RT_MIN(strlen((char *)puch), 10), puch));
1364 RTStrAssertMsgFailed(("Invali
[all...]
/vbox/src/VBox/Runtime/include/internal/
H A Dstring.h43 # define RTStrAssertMsgFailed(msg) AssertMsgFailed(msg) macro
46 # define RTStrAssertMsgFailed(msg) do { } while (0)

Completed in 2946 milliseconds