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

/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp474 const char *pszDstEnd = RTStrPutCp(szDst, ucUpper); local
475 size_t const cchDst = pszDstEnd - &szDst[0];
491 pszDstEnd = RTStrPutCp(szDst, ucLower2);
492 size_t const cchLower2 = pszDstEnd - &szDst[0];
519 const char *pszDstEnd = RTStrPutCp(szDst, ucLower); local
520 size_t const cchDst = pszDstEnd - &szDst[0];
537 pszDstEnd = RTStrPutCp(szDst, ucUpper2);
538 size_t const cchUpper2 = pszDstEnd - &szDst[0];

Completed in 43 milliseconds