Searched refs:getLength (Results 151 - 175 of 540) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DReplaceableUCharacterIterator.java109 public int getLength(){ method in class:ReplaceableUCharacterIterator
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java140 assert(tc.getLength(low) == n)
142 tc.getLength(low);
143 assert(tc.getLength(high-1) == n)
145 tc.getLength(high-1);
176 assert(tc.getLength(low) == tc.getLength(mid));
177 assert(tc.getLength(low) == tc.getLength(high-1));
265 if (fc.getLength(min) <= fc.getLength(las
[all...]
H A DCode.java74 int getLength() { return bytes.length; } method in class:Code
180 int PClimit = getLength();
227 int[] map = new int[getLength()];
246 if (bci <= 0 || bci > getLength()) return bci;
269 if (bciCode <= 0 || bciCode > getLength()) return bciCode;
359 int len = java.lang.reflect.Array.getLength(insnMap);
365 for (int i = -1, imax = getLength()+1; i <= imax; i++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java101 for (int i = 0; i < atts.getLength(); i++) {
190 for (int i = 0; i < targetNodes.getLength(); i++) {
370 for (int i = 0; i < children.getLength(); i++) {
391 if (nlst.getLength() == 0) {
396 if (nlst.getLength() != 1) {
397 reportError((Element) bindings, WsdlMessages.INTERNALIZER_X_PATH_EVAULATES_TO_TOO_MANY_TARGETS(expression, nlst.getLength()));
419 if (nlst.getLength() == 0) {
535 for (int i = 0; i < atts.getLength(); i++) {
610 if (children.getLength() == 0)
625 if (children.getLength()
[all...]
H A DWSDLInternalizationLogic.java111 if( children.getLength()==0 )
139 if( children.getLength()==0 )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizer.java149 for( int i=0; i<atts.getLength(); i++ ) {
278 if( nlst.getLength()==0 ) {
285 if( nlst.getLength()!=1 ) {
288 Messages.format(Messages.NO_XPATH_EVAL_TOO_MANY_TARGETS, nodeXPath,nlst.getLength()) );
293 for(int i = 0; i < nlst.getLength(); i++) {
300 if(!multiple || nlst.getLength() == 1) {
412 if ((elements == null) || (elements.getLength() < 1)) {
463 for( int i=0; i<atts.getLength(); i++ ) {
520 for( int i=0; i<lst.getLength(); i++ ) {
563 for( int i=0; i<atts.getLength();
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextArea.java376 } else if (offset > doc.getLength()) {
377 throw new BadLocationException("Can't translate offset to line", doc.getLength()+1);
409 throw new BadLocationException("No such line", getDocument().getLength()+1);
432 throw new BadLocationException("No such line", getDocument().getLength()+1);
477 doc.insertString(doc.getLength(), str, null);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java254 if (fSecurityManager != null && fAttributes.getLength() > fElementAttributeLimit){
257 new Object[]{rawname, new Integer(fAttributes.getLength()) },
293 int length = fAttributes.getLength();
544 attrIndex = attributes.getLength();
547 int oldLen = attributes.getLength();
551 if (oldLen == attributes.getLength()) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java186 for (int i = 0; i < this.getLength(); i++) {
200 public int getLength() { method in class:Manifest
413 this.verificationResults = new boolean[this.getLength()];
430 if ((index < 0) || (index > this.getLength() - 1)) {
432 Integer.toString(this.getLength()) };
560 return this.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java104 public int getLength() { method in class:XSObjectListImpl
162 return getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DOneStepIterator.java246 public int getLength() method in class:OneStepIterator
249 return super.getLength();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWTextAreaPeer.java117 final boolean doScroll = pos >= area.getDocument().getLength()
118 && area.getDocument().getLength() != 0;
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DXMLReaderAdapter.java490 * @see org.xml.sax.AttributeList#getLength
492 public int getLength () method in class:XMLReaderAdapter.AttributesAdapter
494 return attributes.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DValueListBeanInfoImpl.java106 int len = Array.getLength(array);
119 int len = Array.getLength(array);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java104 public int getLength() { method in class:InterningXmlVisitor.AttributesImpl
105 return core.getLength();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPFactoryImpl.java150 for (int i=0; i < attrMap.getLength(); i++) {
158 for (int i=0; i < nl.getLength(); i++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDOMPrinter.java117 for (int i = 0; i < nodeList.getLength(); i++) {
142 for (int i = 0; i < attrs.getLength(); i++) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DNetClient.java212 byte[] data = new byte[dgPacketIn.getLength()];
214 dgPacketIn.getLength());
/openjdk7/jdk/test/javax/imageio/metadata/
H A DBooleanAttributes.java141 if (list.getLength() == 0 && required)
143 for (int i = 0; i < list.getLength(); ++i) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantValue.java80 this(c.getNameIndex(), c.getLength(), c.getConstantValueIndex(),
H A DInnerClasses.java82 this(c.getNameIndex(), c.getLength(), c.getInnerClasses(),
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBase64BinaryDV.java54 return ((XBase64)value).getLength();
H A DHexBinaryDV.java54 return ((XHex)value).getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSImplementationImpl.java98 for (int i=0; i<versions.getLength();i++){
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DStringToIntTable.java91 public final int getLength() method in class:StringToIntTable

Completed in 3740 milliseconds

1234567891011>>