OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intBytes
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
bytestriebuilder.cpp
429
char
intBytes
[5];
432
intBytes
[0]=(char)BytesTrie::kFiveByteValueLead;
433
intBytes
[1]=(char)((uint32_t)i>>24);
434
intBytes
[2]=(char)((uint32_t)i>>16);
435
intBytes
[3]=(char)((uint32_t)i>>8);
436
intBytes
[4]=(char)i;
439
//
intBytes
[0]=(char)(BytesTrie::kMinOneByteValueLead+i);
442
intBytes
[0]=(char)(BytesTrie::kMinTwoByteValueLead+(i>>8));
445
intBytes
[0]=(char)(BytesTrie::kMinThreeByteValueLead+(i>>16));
447
intBytes
[0]=(char)BytesTrie::kFourByteValueLead
[
all
...]
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
MjpegFileWriter.java
74
aviOutput.write(
intBytes
(swapInt(useLength)));
91
raf.write(
intBytes
(swapInt((int) size - 8)));
93
raf.write(
intBytes
(swapInt((int) (size - 8 - aviMovieOffset - indexlistBytes.length))));
116
public static byte[]
intBytes
(int i) {
149
baos.write(
intBytes
(swapInt(fileSize)));
152
baos.write(
intBytes
(swapInt(listSize)));
209
baos.write(
intBytes
(swapInt(cb)));
210
baos.write(
intBytes
(swapInt(dwMicroSecPerFrame)));
211
baos.write(
intBytes
(swapInt(dwMaxBytesPerSec)));
212
baos.write(
intBytes
(swapInt(dwPaddingGranularity)))
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 674 milliseconds