Searched refs:_format (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java193 if ( _format.getLineWidth() > 0 &&
194 _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) {
198 _writer.write( _format.getLineSeparator() );
249 _writer.write( _format.getLineSeparator() );
273 if ( _format.getIndenting() && ! preserveSpace ) {
276 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 )
277 indent = _format.getLineWidth() / 2;
328 _nextIndent += _format.getIndent();
337 _nextIndent -= _format
[all...]
H A DXMLSerializer.java156 _format.setMethod( Method.XML );
170 _format.setMethod( Method.XML );
185 _format.setMethod( Method.XML );
331 preserveSpace = _format.getPreserveSpace();
363 state.doCData = _format.isCDataElement( name );
364 state.unescaped = _format.isNonEscapingElement( name );
504 preserveSpace = _format.getPreserveSpace();
512 state.doCData = _format.isCDataElement( tagName );
513 state.unescaped = _format.isNonEscapingElement( tagName );
555 if (! _format
[all...]
H A DBaseMarkupSerializer.java210 protected OutputFormat _format; field in class:BaseMarkupSerializer
261 _format = format;
322 _format = format;
356 _encodingInfo = _format.getEncodingInfo();
362 if ( _format.getIndenting() ) {
364 _printer = new IndentPrinter( _writer, _format );
367 _printer = new Printer( _writer, _format );
377 state.preserveSpace = _format.getPreserveSpace();
384 _docTypePublicId = _format.getDoctypePublic();
385 _docTypeSystemId = _format
[all...]
H A DPrinter.java54 protected final OutputFormat _format; field in class:Printer
107 _format = format;
H A DXML11Serializer.java136 _format.setVersion("1.1");
147 _format.setVersion("1.1");
161 _format.setVersion("1.1");
175 _format.setVersion("1.1");
H A DDOMSerializerImpl.java508 ser._format.setEncoding("UTF-16");
586 serializer._format.setLineSeparator(newLine);
614 return serializer._format.getLineSeparator();
651 dest._format.setEncoding(src._format.getEncoding());
652 dest._format.setLineSeparator(src._format.getLineSeparator());
748 ser._format.setEncoding(encoding);
948 ser._format.setEncoding(encoding);
1026 ser._format
[all...]
H A DHTMLSerializer.java301 if ( !_format.getPreserveEmptyAttributes() && value.length() == 0 )
553 if ( !_format.getPreserveEmptyAttributes() && value.length() == 0 )
650 if ( ! _format.getOmitDocumentType() ) {
778 if ( !_format.getPreserveEmptyAttributes() && value.length() == 0 )
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFormatNumberCall.java47 private Expression _format; field in class:FormatNumberCall
54 _format = argument(1);
67 final Type tformat = _format.typeCheck(stable);
69 _format = new CastExpr(_format, Type.String);
91 _format.translate(classGen, methodGen);
H A DNumber.java82 private AttributeValueTemplate _format = null; field in class:Number
162 _format = new AttributeValueTemplate(value, parser, this);
197 if (_format != null) {
198 _format.typeCheck(stable);
542 if (_format != null) {
543 _format.translate(classGen, methodGen);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeCounter.java49 protected String _format; field in class:NodeCounter
183 if( (_format!=null) &&(format.equals(_format)) ){// has already been set
186 _format = format;
188 final int length = _format.length();
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp436 if (oper._format) {
437 if ( oper._format->_strings.count() != 0 ) {
442 oper._format->_rep_vars.reset();
443 oper._format->_strings.reset();
444 while ( (string = oper._format->_strings.iter()) != NULL ) {
453 const char *rep_var = oper._format->_rep_vars.iter();
487 } else { // oper._format == NULL
503 if (oper._format) {
504 if ( oper._format->_strings.count() != 0 ) {
507 if ( oper._format
[all...]
H A Dformssel.hpp104 FormatRule *_format; // Format for assembly generation member in class:InstructForm
575 FormatRule *_format; // Format for assembly generation member in class:InstructForm::OperandForm
H A Dformssel.cpp48 _format = NULL;
80 _format = instr->_format;
1455 if (_format) _format->output(fp);
2010 _format = NULL;
2023 _format = NULL;
2606 if (_format) _format->dump();
H A Dadlparse.cpp234 else if (!strcmp(ident, "format")) instr->_format = format_parse();
474 else if (!strcmp(ident, "format")) oper->_format = format_parse();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java371 public static String format (int code) { check(code); return _format [code]; }
486 private static String[] _format; field in class:Bytecodes
496 _format = new String [number_of_codes];
516 // private static String[] _format = new String [number_of_codes];
836 _format [code] = format;
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp540 char _format; // position within the instruction member in class:RelocIterator
599 if (relocInfo::have_format) _format = current()->format();

Completed in 162 milliseconds