| 65 | static const int NUMBER_OF_SEQUENCE_CODEWORDS = 2; |
| 66 | |
| 67 | inline 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. |
no outgoing calls
no test coverage detected