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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java92 private int fCount; field in class:MixedContentModel
124 fCount = length;
125 fChildren = new QName[fCount];
126 fChildrenType = new int[fCount];
127 for (int i = 0; i < fCount; i++) {
218 for (; inIndex < fCount; inIndex++)
249 if (inIndex == fCount)
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETableReference.h291 : LETableReference(parent, offset, LE_UINTPTR_MAX, success), fCount(count) {
300 fCount=0;
306 : LETableReference(parent, parent.ptrToOffset(array, success), LE_UINTPTR_MAX, success), fCount(count) {
317 : LETableReference(parent, parent.ptrToOffset(array, success)+offset, LE_UINTPTR_MAX, success), fCount(count) {
328 LEReferenceToArrayOf() :LETableReference(), fCount(0) {}
330 le_uint32 getCount() const { return fCount; }
362 LEReferenceToArrayOf(const LETableReference& parent, LEErrorCode & success) : LETableReference(parent,0, LE_UINTPTR_MAX, success), fCount(0) {
367 le_uint32 fCount; member in class:LEReferenceToArrayOf
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPStack.java234 for (int fCount = 0; fCount < jvframes.length; fCount++) {
235 JavaVFrame vf = jvframes[fCount];
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1291 System.out.println("Elements are being ADDED -- elemet added is = " + fElementQName.rawname + " at count = " + fElementStack.fCount);
2095 protected int fCount; field in class:XMLDocumentFragmentScannerImpl.ElementStack2
2165 --fCount;
2171 System.out.println("fCount = " + fCount);
2193 if (fCount == fQName.length) {
2199 return fQName[--fCount];
2202 System.out.println("fCount = " + fCount);
2204 return fQName[fCount
2258 protected int fCount; field in class:XMLDocumentFragmentScannerImpl.ElementStack
[all...]
H A DXMLNSDocumentScannerImpl.java206 System.out.println("Elements are being ADDED -- elemet added is = " + fElementQName.rawname + " at count = " + fElementStack.fCount);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredDocumentImpl.java1246 c.fCount--;
1247 if (c.fCount == 0) {
1940 int fCount; field in class:DeferredDocumentImpl.RefCount
1985 c.fCount++;
2039 c.fCount--;
2040 if (c.fCount == 0) {

Completed in 46 milliseconds