Searched refs:oldLength (Results 1 – 2 of 2) sorted by relevance
466 size_t oldLength; in format() local471 oldLength = output.length(); in format()475 spaces += spaces_total + oldLength - output.length(); in format()488 oldLength = output.length(); in format()496 spaces += spaces_total + oldLength - output.length(); in format()513 oldLength = output.length(); in format()520 spaces -= output.length() - oldLength; in format()538 oldLength = output.length(); in format()548 spaces -= output.length() - oldLength; in format()
350 size_t oldLength = length(); in appendFormatV() local351 char* buf = lockBuffer(oldLength + n); in appendFormatV()353 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()