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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java65 private static final short MAX_COMP_IDX = XSTypeDefinition.SIMPLE_TYPE; field in class:XSModelImpl
192 fGlobalComponents = new XSNamedMap[MAX_COMP_IDX+1];
193 fNSComponents = new XSNamedMap[len][MAX_COMP_IDX+1];
300 if (objectType <= 0 || objectType > MAX_COMP_IDX ||
360 if (objectType <= 0 || objectType > MAX_COMP_IDX ||
H A DSchemaGrammar.java1340 private static final short MAX_COMP_IDX = XSTypeDefinition.SIMPLE_TYPE; field in class:SchemaGrammar
1456 if (objectType <= 0 || objectType > MAX_COMP_IDX ||
1462 fComponents = new XSNamedMap[MAX_COMP_IDX+1];
1505 if (objectType <= 0 || objectType > MAX_COMP_IDX ||
1511 fComponentsExt = new ObjectList[MAX_COMP_IDX+1];

Completed in 36 milliseconds