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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java83 private boolean[] _toIndex; field in class:EncodingAlgorithmAttributesImpl
120 _toIndex = new boolean[DEFAULT_CAPACITY];
174 _toIndex[_length] = false;
212 _toIndex[_length] = index;
250 _toIndex[_length] = false;
289 _toIndex[_length] = false;
316 _toIndex[index] = false;
341 _toIndex[i] = false;
370 _toIndex[i] = false;
531 return _toIndex[inde
[all...]

Completed in 39 milliseconds