Home
last modified time | relevance | path

Searched refs:getAttributeCount (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DEmptyAttributeSet.java68 return attributes.getAttributeCount() == 0; in containsAttributes()
90 public int getAttributeCount() in getAttributeCount() method in EmptyAttributeSet
136 return attr.getAttributeCount() == 0;
149 && ((AttributeSet) o).getAttributeCount() == 0;
H A DStyleContext.java181 public int getAttributeCount() in getAttributeCount() method in StyleContext.NamedStyle
183 return attributes.getAttributeCount(); in getAttributeCount()
261 int n = a.getAttributeCount(); in SmallAttributeSet()
319 eq = getAttributeCount() == atts.getAttributeCount() in equals()
349 public int getAttributeCount() in getAttributeCount() method in StyleContext.SmallAttributeSet
399 eq = getAttributeCount() == attr.getAttributeCount() in isEqual()
660 if (old.getAttributeCount() + 1 < getCompressionThreshold()) in addAttribute()
681 if (old.getAttributeCount() + attributes.getAttributeCount() in addAttributes()
734 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
755 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/text/
H A DEmptyAttributeSet.java68 return attributes.getAttributeCount() == 0; in containsAttributes()
90 public int getAttributeCount() in getAttributeCount() method in EmptyAttributeSet
136 return attr.getAttributeCount() == 0;
149 && ((AttributeSet) o).getAttributeCount() == 0;
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/text/
H A DEmptyAttributeSet.java68 return attributes.getAttributeCount() == 0; in containsAttributes()
90 public int getAttributeCount() in getAttributeCount() method in EmptyAttributeSet
136 return attr.getAttributeCount() == 0;
149 && ((AttributeSet) o).getAttributeCount() == 0;
H A DStyleContext.java181 public int getAttributeCount() in getAttributeCount() method in StyleContext.NamedStyle
183 return attributes.getAttributeCount(); in getAttributeCount()
261 int n = a.getAttributeCount(); in SmallAttributeSet()
319 eq = getAttributeCount() == atts.getAttributeCount() in equals()
349 public int getAttributeCount() in getAttributeCount() method in StyleContext.SmallAttributeSet
399 eq = getAttributeCount() == attr.getAttributeCount() in isEqual()
660 if (old.getAttributeCount() + 1 < getCompressionThreshold()) in addAttribute()
681 if (old.getAttributeCount() + attributes.getAttributeCount() in addAttributes()
734 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
755 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/text/
H A DEmptyAttributeSet.java68 return attributes.getAttributeCount() == 0; in containsAttributes()
90 public int getAttributeCount() in getAttributeCount() method in EmptyAttributeSet
136 return attr.getAttributeCount() == 0;
149 && ((AttributeSet) o).getAttributeCount() == 0;
H A DStyleContext.java181 public int getAttributeCount() in getAttributeCount() method in StyleContext.NamedStyle
183 return attributes.getAttributeCount(); in getAttributeCount()
261 int n = a.getAttributeCount(); in SmallAttributeSet()
319 eq = getAttributeCount() == atts.getAttributeCount() in equals()
349 public int getAttributeCount() in getAttributeCount() method in StyleContext.SmallAttributeSet
399 eq = getAttributeCount() == attr.getAttributeCount() in isEqual()
660 if (old.getAttributeCount() + 1 < getCompressionThreshold()) in addAttribute()
681 if (old.getAttributeCount() + attributes.getAttributeCount() in addAttributes()
734 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
755 if (old.getAttributeCount() <= getCompressionThreshold()) in removeAttributes()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/text/
H A DEmptyAttributeSet.java68 return attributes.getAttributeCount() == 0; in containsAttributes()
90 public int getAttributeCount() in getAttributeCount() method in EmptyAttributeSet
136 return attr.getAttributeCount() == 0;
149 && ((AttributeSet) o).getAttributeCount() == 0;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java92 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
113 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
351 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
358 return (attr.getAttributeCount() == 0); in isEqual()
373 return (attributes.getAttributeCount() == 0); in containsAttributes()
383 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java97 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
118 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
364 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
371 return (attr.getAttributeCount() == 0); in isEqual()
386 return (attributes.getAttributeCount() == 0); in containsAttributes()
396 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java93 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
114 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
353 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
360 return (attr.getAttributeCount() == 0); in isEqual()
375 return (attributes.getAttributeCount() == 0); in containsAttributes()
385 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java92 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet
113 return ((getAttributeCount() == attr.getAttributeCount()) && in isEqual()
351 public int getAttributeCount() { in getAttributeCount() method in SimpleAttributeSet.EmptyAttributeSet
358 return (attr.getAttributeCount() == 0); in isEqual()
373 return (attributes.getAttributeCount() == 0); in containsAttributes()
383 (((AttributeSet)obj).getAttributeCount() == 0)); in equals()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/swing/text/html/
H A DCombinedAttributes.java178 public int getAttributeCount() in getAttributeCount() method in CombinedAttributes
180 return a.getAttributeCount()+b.getAttributeCount(); in getAttributeCount()
208 if (attr.getAttributeCount() == getAttributeCount()) in isEqual()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/swing/text/html/
H A DCombinedAttributes.java178 public int getAttributeCount() in getAttributeCount() method in CombinedAttributes
180 return a.getAttributeCount()+b.getAttributeCount(); in getAttributeCount()
208 if (attr.getAttributeCount() == getAttributeCount()) in isEqual()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/swing/text/html/
H A DCombinedAttributes.java178 public int getAttributeCount() in getAttributeCount() method in CombinedAttributes
180 return a.getAttributeCount()+b.getAttributeCount(); in getAttributeCount()
208 if (attr.getAttributeCount() == getAttributeCount()) in isEqual()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/swing/text/html/
H A DCombinedAttributes.java178 public int getAttributeCount() in getAttributeCount() method in CombinedAttributes
180 return a.getAttributeCount()+b.getAttributeCount(); in getAttributeCount()
208 if (attr.getAttributeCount() == getAttributeCount()) in isEqual()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/swing/text/html/
H A DCombinedAttributes.java178 public int getAttributeCount() in getAttributeCount() method in CombinedAttributes
180 return a.getAttributeCount()+b.getAttributeCount(); in getAttributeCount()
208 if (attr.getAttributeCount() == getAttributeCount()) in isEqual()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java120 for (int i = 0; i < reader.getAttributeCount(); i++) { in parseAttributes()
170 public int getAttributeCount() { in readHeader() method
172 return super.getAttributeCount()+1; in readHeader()
174 return super.getAttributeCount(); in readHeader()
180 if (state == 1 && index == super.getAttributeCount()) { in readHeader()
189 if (state == 1 && index==super.getAttributeCount()) { in readHeader()
199 if(state==1 && index==super.getAttributeCount()) { in readHeader()
208 if(state==1 && index==super.getAttributeCount()) { in readHeader()
217 if(state==1 && index==super.getAttributeCount()) { in readHeader()
226 if(state==1 && index==super.getAttributeCount()) { in readHeader()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java120 for (int i = 0; i < reader.getAttributeCount(); i++) { in parseAttributes()
170 public int getAttributeCount() { in readHeader() method
172 return super.getAttributeCount()+1; in readHeader()
174 return super.getAttributeCount(); in readHeader()
180 if (state == 1 && index == super.getAttributeCount()) { in readHeader()
189 if (state == 1 && index==super.getAttributeCount()) { in readHeader()
199 if(state==1 && index==super.getAttributeCount()) { in readHeader()
208 if(state==1 && index==super.getAttributeCount()) { in readHeader()
217 if(state==1 && index==super.getAttributeCount()) { in readHeader()
226 if(state==1 && index==super.getAttributeCount()) { in readHeader()

12345678910>>...29