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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DDFAContentModel.java158 private CMStateSet fFollowList[] = null; field in class:DFAContentModel
515 fFollowList = new CMStateSet[fLeafCount];
517 fFollowList[index] = new CMStateSet(fLeafCount);
694 newSet.union(fFollowList[leafIndex]);
790 fFollowList = null;
832 fFollowList[index].union(first);
856 fFollowList[index].union(first);
886 fFollowList[index].union(first);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java104 private CMStateSet fFollowList[] = null; field in class:XSDFACM
578 fFollowList = new CMStateSet[fLeafCount];
580 fFollowList[index] = new CMStateSet(fLeafCount);
773 newSet.union(fFollowList[leafIndex]);
880 fFollowList = null;
919 fFollowList[index].union(first);
941 fFollowList[index].union(first);

Completed in 52 milliseconds