Searched refs:oldLength (Results 1 – 2 of 2) sorted by relevance
828 size_t oldLength; in Format() local833 oldLength = output.length(); in Format()837 spaces += spaces_total + oldLength - output.length(); in Format()850 oldLength = output.length(); in Format()858 spaces += spaces_total + oldLength - output.length(); in Format()875 oldLength = output.length(); in Format()882 spaces -= output.length() - oldLength; in Format()928 oldLength = output.length(); in Format()940 spaces -= output.length() - oldLength; in Format()961 oldLength = output.length(); in Format()[all …]
315 size_t oldLength = length(); in appendFormatV() local317 oldLength > std::numeric_limits<size_t>::max() - n - 1) { in appendFormatV()320 char* buf = lockBuffer(oldLength + n); in appendFormatV()322 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()