Searched refs:_spaces (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java61 private int _spaces; field in class:IndentPrinter
84 _spaces = 0;
175 // followed by one or more spaces as counted by _spaces,
194 _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) {
208 // At the end of this loop, _spaces is zero.
209 while ( _spaces > 0 ) {
211 --_spaces;
218 ++_spaces;
239 while ( _spaces > 0 ) {
241 --_spaces;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java86 private static final char[] _spaces = field in class:SyntaxTreeNode
888 System.out.print(new String(_spaces, 0, indent));

Completed in 26 milliseconds