Home
last modified time | relevance | path

Searched defs:tempBuf (Results 1 – 25 of 27) sorted by relevance

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DDeltaInputStream.java39 private final byte[] tempBuf = new byte[1]; field in DeltaInputStream
DDeltaOutputStream.java25 private final byte[] tempBuf = new byte[1]; field in DeltaOutputStream
DUncompressedLZMA2OutputStream.java27 private final byte[] tempBuf = new byte[1]; field in UncompressedLZMA2OutputStream
DBlockOutputStream.java28 private final byte[] tempBuf = new byte[1]; field in BlockOutputStream
DSimpleInputStream.java30 private final byte[] tempBuf = new byte[1]; field in SimpleInputStream
DSimpleOutputStream.java28 private final byte[] tempBuf = new byte[1]; field in SimpleOutputStream
DXZInputStream.java71 private final byte[] tempBuf = new byte[1]; field in XZInputStream
DBlockInputStream.java34 private final byte[] tempBuf = new byte[1]; field in BlockInputStream
DSingleXZInputStream.java53 private final byte[] tempBuf = new byte[1]; field in SingleXZInputStream
DLZMA2InputStream.java62 private final byte[] tempBuf = new byte[1]; field in LZMA2InputStream
DXZOutputStream.java73 private final byte[] tempBuf = new byte[1]; field in XZOutputStream
DLZMA2OutputStream.java38 private final byte[] tempBuf = new byte[1]; field in LZMA2OutputStream
DLZMAInputStream.java56 private final byte[] tempBuf = new byte[1]; field in LZMAInputStream
DSeekableXZInputStream.java181 private final byte[] tempBuf = new byte[1]; field in SeekableXZInputStream
/external/icu/icu4c/source/common/
Ducnv_u8.c367 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8() local
484 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
Dustr_wcs.cpp71 char* tempBuf = stackBuffer; in _strToWCS() local
Ducnvhz.c156 char tempBuf[2]; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
Ducnv2022.cpp2100 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2694 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3287 char tempBuf[3]; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
/external/lzma/C/
D7zDec.c335 Byte *tempBuf[]) in SzFolder_Decode2()
484 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder() local
DLzmaDec.h66 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
D7zArcIn.c1026 CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local
1056 const CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local
1638 CBuf tempBuf; in SzArEx_Open2() local
1704 Byte **tempBuf, in SzArEx_Extract()
DXzIn.c162 Byte tempBuf[TEMP_BUF_SIZE]; in Xz_ReadBackward() local
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c128 char tempBuf[256]; in TestQuotes() local
346 char tempBuf[256]; in TestCurrencySign() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexDataWriter.java52 private byte[] tempBuf = new byte[8]; field in DexDataWriter
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetISO2022.java1025 … _2022ToSJIS((char)mySourceChar, (char)trailByte, tempBuf); in decodeLoop() local

12