Searched defs:_format (Results 1 - 8 of 8) sorted by relevance

/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/xml/internal/serialize/
H A DPrinter.java54 protected final OutputFormat _format; field in class:Printer
107 _format = format;
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...]
/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/code/
H A DrelocInfo.hpp540 char _format; // position within the instruction member in class:RelocIterator
599 if (relocInfo::have_format) _format = current()->format();
/openjdk7/hotspot/src/share/vm/adlc/
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
/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;

Completed in 3115 milliseconds