MCPcopy Create free account
hub / github.com/devilsen/CZXing / IsECI

Function IsECI

czxing/src/main/cpp/zxing/src/pdf417/PDFDecodedBitStreamParser.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65static const int NUMBER_OF_SEQUENCE_CODEWORDS = 2;
66
67inline bool IsECI(int code)
68{
69 return code >= ECI_USER_DEFINED && code <= ECI_CHARSET;
70}
71
72/**
73* Whether a codeword terminates a Compaction mode.

Callers 6

ProcessECIFunction · 0.85
DecodeTextCompactionFunction · 0.85
TextCompactionFunction · 0.85
CountByteBatchesFunction · 0.85
ProcessByteECIsFunction · 0.85
NumericCompactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected