Searched defs:_currentInScope (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DPrefixArray.java68 public int[] _currentInScope; field in class:PrefixArray
77 // Sizes of _inScopeNamespaces and _currentInScope need to be two
81 _currentInScope = new int[initialCapacity + 2];
99 _inScopeNamespaces[0].namespaceIndex = _currentInScope[0] = 0;
113 _inScopeNamespaces[1].namespaceIndex = _currentInScope[1] = 1;
185 _currentInScope[i] = 0;
225 _currentInScope = new int[_readOnlyArraySize + _currentInScope.length];
282 System.arraycopy(_currentInScope, 0, newCurrentInScope, 0, _currentInScope
[all...]

Completed in 31 milliseconds