Searched refs:getLength (Results 26 - 50 of 540) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeListBase.java80 public int getLength() { method in class:DTMNodeListBase
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/res/
H A DCharArrayWrapper.java41 public int getLength(){ method in class:CharArrayWrapper
H A DIntArrayWrapper.java41 public int getLength(){ method in class:IntArrayWrapper
H A DLongArrayWrapper.java41 public int getLength(){ method in class:LongArrayWrapper
H A DStringArrayWrapper.java41 public int getLength(){ method in class:StringArrayWrapper
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DBlockSym.java37 public long getLength(); method in interface:BlockSym
/openjdk7/jdk/src/share/classes/sun/audio/
H A DNativeAudioStream.java56 public int getLength() { method in class:NativeAudioStream
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSampleLoop.java40 public long getLength() { method in class:DLSSampleLoop
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DMediaList.java78 public int getLength(); method in interface:MediaList
/openjdk7/jaxp/src/org/xml/sax/
H A DAttributeList.java65 * for (int i = 0; i < atts.getLength(); i++) {
74 * <p>(Note that the result of getLength() will be zero if there
114 public abstract int getLength (); method in interface:AttributeList
131 * @see #getLength
154 * @see #getLength
170 * @see #getLength
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputStream.java170 return buffer.getInteger(getLength(buffer));
182 return buffer.getBigInteger(getLength(buffer), false);
196 return buffer.getBigInteger(getLength(buffer), true);
208 return buffer.getInteger(getLength(buffer));
219 return buffer.getBitString(getLength(buffer));
230 int length = getLength(buffer) - 1;
252 int length = getLength(buffer);
349 int len = getLength((lenByte & 0xff), buffer);
366 len = DerInputStream.getLength(buffer);
483 int length = getLength(buffe
523 int getLength() throws IOException { method in class:DerInputStream
534 static int getLength(InputStream in) throws IOException { method in class:DerInputStream
545 static int getLength(int lenByte, InputStream in) throws IOException { method in class:DerInputStream
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltSets.java63 if (nl2.getLength() == 0)
72 for (int i = 0; i < nl1.getLength(); i++)
98 if (nl2.getLength() == 0)
107 for (int i = 0; i < nl1.getLength(); i++)
136 for (int i = 0; i < ns1.getLength(); i++)
167 for (int i = 0; i < ns1.getLength(); i++)
197 for (int i = 0; i < nl.getLength(); i++)
233 for (int i = 0; i < ns1.getLength(); i++)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/util/
H A DByteListImpl.java52 public int getLength() { method in class:ByteListImpl
104 return getLength();
/openjdk7/jaxp/src/org/w3c/dom/
H A DCharacterData.java93 public int getLength(); method in interface:CharacterData
H A DNamedNodeMap.java128 public int getLength(); method in interface:NamedNodeMap
/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSource.java50 public abstract int getLength(); method in class:TextSource
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DIIOByteBuffer.java67 * values of <code>getOffset</code> and <code>getLength</code> should
73 * @see #getLength
99 * @see #getLength
128 public int getLength() { method in class:IIOByteBuffer
134 * to the <code>getLength</code> method.
138 * @see #getLength
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLFormElement.java60 public int getLength(); method in interface:HTMLFormElement
/openjdk7/jdk/test/java/net/DatagramPacket/
H A DReuseBuf.java54 String reply = new String(dp.getData(), dp.getOffset(), dp.getLength());
79 if (!msgs[i].equals(new String(dp.getData(), dp.getOffset(), dp.getLength()))) {
81 "msg received: "+new String(dp.getData(), dp.getOffset(), dp.getLength())+dp.getLength());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DShortListImpl.java64 public int getLength() { method in class:ShortListImpl
98 if (fLength != rhs.getLength()) {
121 return getLength();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicArrayType.java47 public int getLength() { return length; } method in class:BasicArrayType
70 for (int i = 0; i < getLength(); i++) {
88 return new BasicArrayType(getName(), getElementType(), getSize(), getLength(), cvAttributes);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DHeapBlock.java63 public long getLength() { method in class:HeapBlock
64 return getHeader().getLength();
84 public long getLength() { method in class:HeapBlock.Header
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaArray.java49 return new Integer((int)getArray().getLength());
62 final int len = (int) getArray().getLength();
101 return index >= 0 && index < getArray().getLength();
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUCharacterIterator.java127 public abstract int getLength(); method in class:UCharacterIterator
200 * iterator obtained by calling <code>getLength()</code>.
206 * char[] buf = new char[iter.getLength()];
217 * buf = new char[iter.getLength()];
255 char[] text = new char[getLength()];
277 int x = Math.max(0, Math.min(getIndex() + delta, getLength()));
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DAttributesImplSerializer.java77 if (super.getLength() < MAX)
112 int index = super.getLength();
175 int len = super.getLength();
202 int numAtts = atts.getLength();
219 if (super.getLength() < MAX)

Completed in 104 milliseconds

1234567891011>>