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

/vbox/src/VBox/Runtime/common/string/
H A Dutf-8-case.cpp153 size_t cchMax2 = cchMax; local
164 rc = RTStrGetCpNEx(&psz2, &cchMax2, &uc2);
169 psz1 -= (cchMax - cchMax2 + 1); /* This can't overflow, can it? */
170 cchMax = cchMax2 + 1;

Completed in 34 milliseconds