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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentParser.java128 protected int _algorithmDataOffset; field in class:StAXDocumentParser
968 System.arraycopy(_algorithmData, _algorithmDataOffset, algorithmData, 0, _algorithmDataLength);
973 return _algorithmDataOffset;
1039 _algorithmDataOffset = 0;
1607 _algorithmDataOffset = _octetBufferStart;
1677 decodeFromBytes(_algorithmData, _algorithmDataOffset, _algorithmDataLength);
1719 System.arraycopy(_algorithmData, _algorithmDataOffset, base64TaleBytes, base64TaleLength, bytesToCopy);
1739 base64DecodeWithoutCloning(buffer, _algorithmData, _algorithmDataOffset + afterTaleOffset,
1742 base64DecodeWithCloning(buffer, _algorithmData, _algorithmDataOffset + afterTaleOffset,
1747 System.arraycopy(_algorithmData, _algorithmDataOffset
[all...]

Completed in 174 milliseconds