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

/vbox/include/VBox/com/
H A Dstring.h450 copyFromN(a_pszSrc, RTSTR_MAX);
459 * codepoints) to copy. If you pass RTSTR_MAX
516 Utf8Str(CBSTR that, size_t a_cwcSize = RTSTR_MAX) argument
720 void copyFrom(CBSTR a_pbstr, size_t a_cwcMax = RTSTR_MAX);
/vbox/include/iprt/
H A Dstring.h166 #define RTSTR_MAX (~(size_t)0) macro
345 * value RTSTR_MAX that can be used to indicate all
366 * value RTSTR_MAX that can be used to indicate all
691 * @param cch The max string length (/ size). Use RTSTR_MAX to
749 * @param cch The max string length. Use RTSTR_MAX to process the entire string.
773 * Use RTSTR_MAX to translate the entire string.
812 * @param cch The max string length. Use RTSTR_MAX to process the entire string.
848 * Use RTSTR_MAX to translate the entire string.
874 * Use RTSTR_MAX to translate the entire string.
917 * @param cch The max string length. Use RTSTR_MAX t
[all...]

Completed in 61 milliseconds