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

/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp384 size_t cchNext = pszNext - pszTmp; local
385 if ( cchNext > 0
387 strRet.append(RTCString(pszTmp, cchNext));
388 pszTmp += cchNext + a_rstrSep.length();
389 cch -= cchNext + a_rstrSep.length();

Completed in 44 milliseconds