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

/vbox/include/VBox/com/
H A Dstring.h530 * @param a_pszFormat Pointer to the format string (UTF-8),
536 Utf8Str(const char *a_pszFormat, va_list a_va) argument
537 : RTCString(a_pszFormat, a_va)
747 * @param a_pszFormat Pointer to the format string (UTF-8),
752 explicit Utf8StrFmt(const char *a_pszFormat, ...) argument
755 va_start(va, a_pszFormat);
756 printfV(a_pszFormat, va);
/vbox/include/iprt/cpp/
H A Dministring.h167 * @param a_pszFormat Pointer to the format string (UTF-8),
174 RTCString(const char *a_pszFormat, va_list a_va) argument
179 printfV(a_pszFormat, a_va);
1036 * @param a_pszFormat Pointer to the format string (UTF-8),
1041 explicit RTCStringFmt(const char *a_pszFormat, ...) argument
1044 va_start(va, a_pszFormat);
1045 printfV(a_pszFormat, va);

Completed in 34 milliseconds