Searched refs:SIZE_LIMIT (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAugmentationsImpl.java115 final static int SIZE_LIMIT = 10; field in class:AugmentationsImpl.SmallContainer
116 final Object[] fAugmentations = new Object[SIZE_LIMIT*2];
182 return (fNumEntries == SIZE_LIMIT);
200 for (int i = 0; i < SIZE_LIMIT*2; i=i+2) {
H A DXMLAttributesImpl.java102 protected static final int SIZE_LIMIT = 20; field in class:XMLAttributesImpl
225 if (fLength < SIZE_LIMIT) {
254 if (!fIsTableViewConsistent || fLength == SIZE_LIMIT) {
771 if (fLength < SIZE_LIMIT) {
810 if (fLength <= SIZE_LIMIT) {

Completed in 1741 milliseconds