Searched refs:getLength (Results 251 - 275 of 540) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DSignatureValidator.java63 if (nl.getLength() == 0) {
/openjdk7/jdk/src/share/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js158 doc.insertString(doc.getLength(),
192 doc.insertString(doc.getLength(),
216 var charsLeft = doc.getLength();
282 var script = doc.getText(0, doc.getLength());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java1550 if (pos > doc.getLength() || pos < 0) {
1644 getUI().getEditorKit(this).write(out, doc, 0, doc.getLength());
1677 if (position > doc.getLength() || position < 0) {
1718 ((AbstractDocument)doc).replace(0, doc.getLength(), t,null);
1721 doc.remove(0, doc.getLength());
1746 txt = doc.getText(0, doc.getLength());
1907 int docLength = getDocument().getLength();
1934 moveCaretPosition(doc.getLength());
2805 if (i < 0 || i > model.getLength()-1) {
2848 return model.getLength();
[all...]
H A DNumberFormatter.java318 int max = getFormattedTextField().getDocument().getLength();
383 fb.remove(0, fb.getDocument().getLength());
H A DDefaultStyledDocument.java127 if (getLength() != 0) {
128 remove(0, getLength());
138 if (es.getLength() > 0) {
139 sb.append(es.getArray(), es.getOffset(), es.getLength());
197 if (es.getLength() > 0) {
198 sb.append(es.getArray(), es.getOffset(), es.getLength());
285 int lastEndOffset = getLength() + 1;
634 int length = chng.getLength();
709 int docLength = getLength();
884 buffer.remove(chng.getOffset(), chng.getLength(), chn
1335 public int getLength() { method in class:DefaultStyledDocument.ElementSpec
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java62 public int getLength() { return 0; }
172 public int getLength() { method in class:CharacterDataImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXML11NSDTDValidator.java125 int length = attributes.getLength();
222 int attrCount = attributes.getLength();
H A DXMLNSDTDValidator.java126 int length = attributes.getLength();
229 int attrCount = attributes.getLength();
/openjdk7/jaxp/src/org/w3c/dom/bootstrap/
H A DDOMImplementationRegistry.java239 for (int j = 0; j < impls.getLength(); j++) {
257 public int getLength() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPermStat.java237 return arr.getLength() != 0L ? arr.getObjectSize() : 0L;
263 int nmethods = (int) methods.getLength();
/openjdk7/jdk/src/share/classes/sun/font/
H A DBidiUtils.java52 * <code>start + getLength()</code> is greater than <code>levels.length</code>.
55 int limit = start + bidi.getLength();
79 byte[] levels = new byte[bidi.getLength()];
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java85 int size = children.getLength();
180 int count = attrs.getLength();
H A DDQTMarkerSegment.java78 int size = children.getLength();
246 int count = attrs.getLength();
H A DJPEGMetadata.java1105 if (root.getChildNodes().getLength() != 2) { // JPEGvariety and markerSequence
1122 if (JPEGvariety.getChildNodes().getLength() != 0) {
1139 for (int i = 0; i < children.getLength(); i++) {
1193 for (int i = 0; i < children.getLength(); i++) {
1269 for (int i = 0; i < children.getLength(); i++) {
1520 for (int i = 0; i < children.getLength(); i++) {
1627 for (int i = 0; i < siblings.getLength(); i++) {
1958 for (int i = 0; i < children.getLength(); i++) {
2043 for (int i = 0; i < children.getLength(); i++) {
2194 if (root.getChildNodes().getLength() !
[all...]
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java113 * @see org.xml.sax.Attributes#getLength
115 public int getLength () method in class:AttributesImpl
372 length = atts.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DAttributesImpl.java115 * @see org.xml.sax.Attributes#getLength
117 public int getLength () method in class:AttributesImpl
370 length = atts.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java113 * @see org.xml.sax.Attributes#getLength()
115 public int getLength () method in class:AttributesImpl
385 length = atts.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DSAXEventSerializer.java147 new AttributeValueHolder[attributes.getLength()];
148 for (int i = 0; i < attributes.getLength(); i++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferCreator.java125 if (attributes.getLength() > 0) {
185 for (int i = 0; i < attributes.getLength(); i++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DAttributesImpl.java115 * @see org.xml.sax.Attributes#getLength
117 public int getLength () method in class:AttributesImpl
370 length = atts.getLength();
/openjdk7/jdk/test/sun/jvmstat/monitor/HostIdentifier/
H A DHostIdentifierCreate.java193 System.out.println(" Attributes(" + attributes.getLength() + ")");
194 for (int i = 0; i < attributes.getLength(); i++) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java155 int length = oldMap.getLength();
167 length = oldMap.getLength();
226 int attrCount = attributes.getLength();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java225 + attributes.getLength() + "\n"
263 int attrCount = attributes.getLength();
299 int attrCount = attributes.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java326 _length = atts.getLength();
353 _length = atts.getLength();
378 public final int getLength() { method in class:EncodingAlgorithmAttributesImpl
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java238 public final int getLength() { return length; } method in class:Attribute

Completed in 1550 milliseconds

<<11121314151617181920>>