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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java54 private int[] _algorithmIds; field in class:AttributesHolder
62 _algorithmIds = new int[DEFAULT_CAPACITY];
100 (_algorithmIds[index] >= EncodingConstants.ENCODING_ALGORITHM_APPLICATION_START &&
107 _algorithmIds[index],
198 return _algorithmIds[index];
231 _algorithmIds[_attributeCount] = id;
257 System.arraycopy(_algorithmIds, 0, algorithmIds, 0, _attributeCount);
264 _algorithmIds = algorithmIds;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java77 private int[] _algorithmIds; field in class:EncodingAlgorithmAttributesImpl
117 _algorithmIds = new int[DEFAULT_CAPACITY];
248 _algorithmIds[_length] = builtInAlgorithmID;
287 _algorithmIds[_length] = algorithmID;
314 _algorithmIds[index] = algorithmID;
368 _algorithmIds[i] = atts.getAlgorithmIndex(i);
428 _algorithmIds[index],
505 return _algorithmIds[index];
547 _algorithmIds = new int[newLength];
561 System.arraycopy(_algorithmIds,
[all...]

Completed in 31 milliseconds