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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamWriterBufferProcessor.java133 final int start = readContentCharactersBuffer(length);
141 final int start = readContentCharactersBuffer(length);
232 final int start = readContentCharactersBuffer(length);
238 final int start = readContentCharactersBuffer(length);
259 final int start = readContentCharactersBuffer(length);
266 final int start = readContentCharactersBuffer(length);
340 final int start = readContentCharactersBuffer(length);
346 final int start = readContentCharactersBuffer(length);
367 final int start = readContentCharactersBuffer(length);
374 final int start = readContentCharactersBuffer(lengt
[all...]
H A DStreamReaderBufferProcessor.java251 _textOffset = readContentCharactersBuffer(_textLen);
257 _textOffset = readContentCharactersBuffer(_textLen);
279 _textOffset = readContentCharactersBuffer(_textLen);
285 _textOffset = readContentCharactersBuffer(_textLen);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java359 final int start = readContentCharactersBuffer(length);
472 int start = readContentCharactersBuffer(length);
479 int start = readContentCharactersBuffer(length);
539 final int start = readContentCharactersBuffer(length);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAbstractProcessor.java218 protected final int readContentCharactersBuffer(int length) { method in class:AbstractProcessor

Completed in 35 milliseconds