Searched defs:CBC_HighLevelEncoder (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_HighLevelEncoder.h21 class CBC_HighLevelEncoder : public CBC_SymbolShapeHint { class in inherits:CBC_SymbolShapeHint
23 CBC_HighLevelEncoder();
24 ~CBC_HighLevelEncoder() override;
H A DBC_HighLevelEncoder.cpp43 FX_WCHAR CBC_HighLevelEncoder::LATCH_TO_C40 = 230;
44 FX_WCHAR CBC_HighLevelEncoder::LATCH_TO_BASE256 = 231;
45 FX_WCHAR CBC_HighLevelEncoder::UPPER_SHIFT = 235;
46 FX_WCHAR CBC_HighLevelEncoder::LATCH_TO_ANSIX12 = 238;
47 FX_WCHAR CBC_HighLevelEncoder::LATCH_TO_TEXT = 239;
48 FX_WCHAR CBC_HighLevelEncoder::LATCH_TO_EDIFACT = 240;
49 FX_WCHAR CBC_HighLevelEncoder::C40_UNLATCH = 254;
50 FX_WCHAR CBC_HighLevelEncoder::X12_UNLATCH = 254;
51 FX_WCHAR CBC_HighLevelEncoder::PAD = 129;
52 FX_WCHAR CBC_HighLevelEncoder
58 CBC_HighLevelEncoder::CBC_HighLevelEncoder() {} function in class:CBC_HighLevelEncoder
[all...]

Completed in 36 milliseconds