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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java100 protected int _textLen; field in class:StreamReaderBufferProcessor
250 _textLen = readStructure();
251 _textOffset = readContentCharactersBuffer(_textLen);
256 _textLen = readStructure16();
257 _textOffset = readContentCharactersBuffer(_textLen);
263 _textLen = _characters.length;
278 _textLen = readStructure();
279 _textOffset = readContentCharactersBuffer(_textLen);
284 _textLen = readStructure16();
285 _textOffset = readContentCharactersBuffer(_textLen);
[all...]

Completed in 29 milliseconds