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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSElementDecl.java79 int fIDCPos = 0; field in class:XSElementDecl
111 if (fIDCPos == fIDConstraints.length) {
112 fIDConstraints = resize(fIDConstraints, fIDCPos*2);
114 fIDConstraints[fIDCPos++] = idc;
118 if (fIDCPos == 0) {
121 if (fIDCPos < fIDConstraints.length) {
122 fIDConstraints = resize(fIDConstraints, fIDCPos);
190 for (int i=0;i<fIDCPos;i++) {
194 fIDCPos = 0;
281 return new XSNamedMapImpl(fIDConstraints, fIDCPos);
[all...]
H A DXMLSchemaValidator.java2054 if (fCurrentElemDecl != null && fCurrentElemDecl.fIDCPos > 0) {
4095 int icCount = eDecl.fIDCPos;

Completed in 58 milliseconds