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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java52 private int fCount; field in class:MixedContentModel
84 fCount = length;
85 fChildren = new QName[fCount];
86 fChildrenType = new int[fCount];
87 for (int i = 0; i < fCount; i++) {
178 for (; inIndex < fCount; inIndex++)
209 if (inIndex == fCount)
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLETableReference.h433 : LETableReference(parent, offset, LE_UINTPTR_MAX, success), fCount(count) {
436 if(fCount == LE_UNBOUNDED_ARRAY) { // not a known length
437 fCount = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
439 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
442 fCount=0;
448 : LETableReference(parent, parent.ptrToOffset(array, success), LE_UINTPTR_MAX, success), fCount(count) {
451 if(fCount == LE_UNBOUNDED_ARRAY) { // not a known length
452 fCount = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
454 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize(), fCount, success);
459 : LETableReference(parent, parent.ptrToOffset(array, success)+offset, LE_UINTPTR_MAX, success), fCount(coun
537 le_uint32 fCount; member in class:LEReferenceToArrayOf
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DSymbolTable.java77 protected transient int fCount; field in class:SymbolTable
130 fCount = 0;
182 if (fCount >= fThreshold) {
197 ++fCount;
235 if (fCount >= fThreshold) {
250 ++fCount;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java233 for (int fCount = 0; fCount < jvframes.length; fCount++) {
234 JavaVFrame vf = jvframes[fCount];
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1321 fElementQName.rawname + " at count = " + fElementStack.fCount);
2053 protected int fCount; field in class:XMLDocumentFragmentScannerImpl.ElementStack2
2123 --fCount;
2129 System.out.println("fCount = " + fCount);
2151 if (fCount == fQName.length) {
2157 return fQName[--fCount];
2160 System.out.println("fCount = " + fCount);
2162 return fQName[fCount
2216 protected int fCount; field in class:XMLDocumentFragmentScannerImpl.ElementStack
[all...]
H A DXMLNSDocumentScannerImpl.java202 System.out.println("Elements are being ADDED -- elemet added is = " + fElementQName.rawname + " at count = " + fElementStack.fCount);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java1212 c.fCount--;
1213 if (c.fCount == 0) {
1906 int fCount; field in class:DeferredDocumentImpl.RefCount
1951 c.fCount++;
2005 c.fCount--;
2006 if (c.fCount == 0) {

Completed in 142 milliseconds