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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java225 fCTLocators = new SimpleLocator[grammar.fCTLocators.length];
227 System.arraycopy(grammar.fCTLocators, 0, fCTLocators, 0, fCTCount);
1064 private SimpleLocator[] fCTLocators = new SimpleLocator[INITIAL_SIZE]; field in class:SchemaGrammar
1083 fCTLocators = resize(fCTLocators, fCTCount+INC_SIZE);
1085 fCTLocators[fCTCount] = locator;
1109 fCTLocators = resize(fCTLocators, fCTCoun
[all...]

Completed in 32 milliseconds