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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java129 protected int _algorithmDataLength; field in class:StAXDocumentParser
967 byte[] algorithmData = new byte[_algorithmDataLength];
968 System.arraycopy(_algorithmData, _algorithmDataOffset, algorithmData, 0, _algorithmDataLength);
977 return _algorithmDataLength;
1608 _algorithmDataLength = _octetBufferLength;
1677 decodeFromBytes(_algorithmData, _algorithmDataOffset, _algorithmDataLength);
1718 int bytesToCopy = Math.min(3 - base64TaleLength, _algorithmDataLength);
1736 int taleBytesRemaining = isBase64Follows() ? (_algorithmDataLength - afterTaleOffset) % 3 : 0;
1740 _algorithmDataLength - afterTaleOffset - taleBytesRemaining);
1743 _algorithmDataLength
[all...]

Completed in 34 milliseconds