Home
last modified time | relevance | path

Searched refs:BCExceptionNO (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp98 if (e != BCExceptionNO) in BuildMatrix()
101 if (e != BCExceptionNO) in BuildMatrix()
104 if (e != BCExceptionNO) in BuildMatrix()
107 if (e != BCExceptionNO) in BuildMatrix()
110 if (e != BCExceptionNO) in BuildMatrix()
121 if (e != BCExceptionNO) in EmbedBasicPatterns()
124 if (e != BCExceptionNO) in EmbedBasicPatterns()
127 if (e != BCExceptionNO) in EmbedBasicPatterns()
130 if (e != BCExceptionNO) in EmbedBasicPatterns()
145 if (e != BCExceptionNO) in EmbedTypeInfo()
[all …]
DBC_QRCoderEncoder.cpp171 int32_t e = BCExceptionNO; in AppendLengthInfo()
176 if (e != BCExceptionNO) in AppendLengthInfo()
310 if (e != BCExceptionNO) in ChooseMaskPattern()
381 if (e != BCExceptionNO) in MergeString()
400 if (e != BCExceptionNO) in MergeString()
411 if (e != BCExceptionNO) in MergeString()
576 int32_t e = BCExceptionNO; in Encode()
578 if (e != BCExceptionNO) in Encode()
606 if (e != BCExceptionNO) in Encode()
613 if (e != BCExceptionNO) in Encode()
DBC_QRCoderBitVector.cpp79 int e = BCExceptionNO; in AppendBitVector()
81 ASSERT(e == BCExceptionNO); in AppendBitVector()
/external/pdfium/fxbarcode/datamatrix/
DBC_EdifactEncoder.cpp62 int32_t e = BCExceptionNO; in HandleEOD()
64 if (e != BCExceptionNO) in HandleEOD()
82 int32_t e = BCExceptionNO; in HandleEOD()
84 if (e != BCExceptionNO) in HandleEOD()
93 if (e != BCExceptionNO) in HandleEOD()
133 if (e != BCExceptionNO) { in Encode()
DBC_C40Encoder.cpp58 if (e != BCExceptionNO) { in Encode()
64 if (e != BCExceptionNO) { in Encode()
112 if (e != BCExceptionNO) { in handleEOD()
180 if (e != BCExceptionNO) in encodeChar()
202 int32_t e = BCExceptionNO; in BacktrackOneCharacter()
205 if (e != BCExceptionNO) in BacktrackOneCharacter()
DBC_DataMatrixWriter.cpp118 int32_t e = BCExceptionNO; in Encode()
121 if (e != BCExceptionNO) in Encode()
125 if (e != BCExceptionNO) in Encode()
129 if (e != BCExceptionNO) in Encode()
DBC_X12Encoder.cpp44 if (e != BCExceptionNO) { in Encode()
64 if (e != BCExceptionNO) { in handleEOD()
DBC_ErrorCorrection.cpp135 if (e != BCExceptionNO) in encodeECC200()
156 if (e != BCExceptionNO) in encodeECC200()
DBC_HighLevelEncoder.cpp74 if (e != BCExceptionNO) in encodeHighLevel()
99 if (e != BCExceptionNO) in encodeHighLevel()
109 if (e != BCExceptionNO) in encodeHighLevel()
DBC_TextEncoder.cpp89 if (e != BCExceptionNO) in encodeChar()
DBC_Base256Encoder.cpp58 if (e != BCExceptionNO) { in Encode()
DBC_ASCIIEncoder.cpp42 if (e != BCExceptionNO) { in Encode()
DBC_EncoderContext.cpp97 if (e != BCExceptionNO) in updateSymbolInfo()
/external/pdfium/fxbarcode/oned/
DBC_OnedEAN8Writer.cpp110 int32_t e = BCExceptionNO; in EncodeImpl()
112 if (e != BCExceptionNO) in EncodeImpl()
119 if (e != BCExceptionNO) in EncodeImpl()
123 if (e != BCExceptionNO) in EncodeImpl()
129 if (e != BCExceptionNO) in EncodeImpl()
133 if (e != BCExceptionNO) in EncodeImpl()
DBC_OnedEAN13Writer.cpp106 int32_t e = BCExceptionNO; in EncodeImpl()
108 if (e != BCExceptionNO) in EncodeImpl()
118 if (e != BCExceptionNO) in EncodeImpl()
122 if (e != BCExceptionNO) in EncodeImpl()
128 if (e != BCExceptionNO) in EncodeImpl()
132 if (e != BCExceptionNO) in EncodeImpl()
DBC_OnedCode39Writer.cpp196 int32_t e = BCExceptionNO; in EncodeImpl()
198 if (e != BCExceptionNO) in EncodeImpl()
203 if (e != BCExceptionNO) in EncodeImpl()
213 if (e != BCExceptionNO) in EncodeImpl()
217 if (e != BCExceptionNO) in EncodeImpl()
222 if (e != BCExceptionNO) in EncodeImpl()
DBC_OnedCode128Writer.cpp162 int32_t e = BCExceptionNO; in EncodeImpl()
164 if (e != BCExceptionNO) in EncodeImpl()
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp213 int e = BCExceptionNO; in Divide()
217 if (e != BCExceptionNO) in Divide()
228 if (e != BCExceptionNO) in Divide()
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417.cpp410 int32_t e = BCExceptionNO; in generateBarcodeLogic()
413 if (e != BCExceptionNO) in generateBarcodeLogic()
DBC_PDF417HighLevelEncoder.cpp107 if (e != BCExceptionNO) in encodeHighLevel()
/external/pdfium/fxbarcode/
Dutils.h45 #define BCExceptionNO 0 macro