Searched defs:resultTrailer (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDecodedBitStreamParser.cpp56 CFX_ByteString resultTrailer; local
61 mode = DecodeAsciiSegment(&bits, result, resultTrailer, e);
93 if (resultTrailer.GetLength() > 0) {
94 result += resultTrailer;
106 CFX_ByteString& resultTrailer,
150 resultTrailer.Insert(0, 0x1E);
151 resultTrailer.Insert(0 + 1, 0x04);
157 resultTrailer.Insert(0, 0x1E);
158 resultTrailer.Insert(0 + 1, 0x04);
103 DecodeAsciiSegment( CBC_CommonBitSource* bits, CFX_ByteString& result, CFX_ByteString& resultTrailer, int32_t& e) argument
/external/skia/src/pdf/
H A DSkPDFFont.cpp221 uint8_t* const resultTrailer = resultData + *dataLen; local
223 SkASSERT(resultTrailer + *trailerLen == resultHeader + length);
227 memcpy(resultTrailer, srcTrailer, *trailerLen);
267 uint8_t* const resultTrailer = &(buffer[SkToInt(*headerLen + outputOffset)]); local
268 memcpy(resultTrailer, src + *headerLen + hexDataLen, *trailerLen);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 1344 milliseconds