Lines Matching refs:oldLength
828 size_t oldLength; in Format() local
833 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()
979 spaces -= output.length() - oldLength; in Format()