OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out
(Results
676 - 700
of
4549
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/libcore/ojluni/src/main/java/java/nio/charset/
CharsetEncoder.java
474
* will be read and at most {@link Buffer#remaining
out
.remaining()}
545
* @param
out
566
public final CoderResult encode(CharBuffer in, ByteBuffer
out
,
579
cr = encodeLoop(in,
out
);
610
if (
out
.remaining() < replacement.length)
612
out
.put(replacement);
635
* its current position. At most {@link Buffer#remaining
out
.remaining()}
652
* @param
out
666
public final CoderResult flush(ByteBuffer
out
) {
668
CoderResult cr = implFlush(
out
);
795
ByteBuffer
out
= ByteBuffer.allocate(n);
local
[
all
...]