Home | History | Annotate | Download | only in logd

Lines Matching refs:oldLength

523     size_t oldLength;
530 oldLength = string.length();
535 spaces += spaces_total + oldLength - string.length();
557 oldLength = string.length();
563 spaces += spaces_total + oldLength - string.length();
579 oldLength = string.length();
584 spaces -= string.length() - oldLength;
695 oldLength = string.length();
700 spaces += spaces_time + oldLength - string.length();
712 oldLength = string.length();
732 spaces -= string.length() - oldLength;
797 oldLength = string.length();
799 spaces += spaces_total + oldLength - string.length();
809 oldLength = string.length();
814 spaces -= string.length() - oldLength;
863 oldLength = string.length();
865 spaces += spaces_total + oldLength - string.length();
874 oldLength = string.length();
880 spaces -= string.length() - oldLength;
899 oldLength = string.length();
901 spaces -= string.length() - oldLength;