OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytebuf
(Results
376 - 400
of
508
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/gconv/
ISO8859-11.so
ISO8859-5.so
ISO8859-6.so
ISO_10367-BOX.so
KOI-8.so
KOI8-T.so
MAC-CENTRALEUROPE.so
MAC-IS.so
MAC-SAMI.so
MAC-UK.so
MACINTOSH.so
MIK.so
PT154.so
RK1048.so
TIS-620.so
ANSI_X3.110.so
ISO_6937-2.so
ISO_6937.so
T.61.so
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java
67
private static final ByteBuffer
byteBuf
= ByteBuffer.allocate(250);
130
int toRead = Math.min(len - read,
byteBuf
.capacity());
132
boolean endOfInput = toRead <
byteBuf
.capacity();
134
// read 'toRead' bytes into
byteBuf
135
byteBuf
.put(b, off + read, toRead);
139
byteBuf
.flip();
141
// decode data in
byteBuf
142
CoderResult result = utf8Decoder.decode(
byteBuf
, charBuf, endOfInput);
159
byteBuf
.clear();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
ANSI_X3.110.so
ISO_6937-2.so
ISO_6937.so
T.61.so
CP1125.so
Completed in 214 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>