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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrFormat.cpp65 size_t cchExpect = strlen(pszExpect); local
77 else if (cch != cchExpect)
79 iLine, cch, cchExpect);
85 || strncmp(szBuf + 5, pszExpect, cchExpect)
86 || strcmp( szBuf + 5 + cchExpect, "yyy43") )
91 else if (cch != 5 + cchExpect + 5)
93 iLine, cch, 5 + cchExpect + 5);

Completed in 695 milliseconds