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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp576 PCRTUNICP puszStr = va_arg(args, PCRTUNICP); local
578 if (!VALID_PTR(puszStr))
581 puszStr = s_uszNull;
583 cchStr = _strnlenUni(puszStr, (unsigned)cchPrecision);
594 char *pszEnd = RTStrPutCp(szUtf8, *puszStr++);
597 char ch = (char)*puszStr++;

Completed in 43 milliseconds