Searched refs:_alphabets (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.java81 private String[] _alphabets; field in class:EncodingAlgorithmAttributesImpl
119 _alphabets = new String[DEFAULT_CAPACITY];
175 _alphabets[_length] = null;
213 _alphabets[_length] = alphabet;
251 _alphabets[_length] = null;
290 _alphabets[_length] = null;
317 _alphabets[index] = null;
342 _alphabets[i] = null;
371 _alphabets[i] = null;
523 return _alphabets[inde
[all...]

Completed in 22 milliseconds