Lines Matching defs:mode
66 // The mode indicator bits, which is a uint4 value (range 0 to 15).
75 private: Mode(int mode, int cc0, int cc1, int cc2);
81 * (Package-private) Returns the mode indicator bits, which is an unsigned 4-bit value (range 0 to 15).
87 * this mode in a QR Code at the given version number. The result is in the range [0, 16].
99 * byte mode. All input byte vectors are acceptable. Any text string
100 * can be converted to UTF-8 bytes and encoded as a byte mode segment.
106 * Returns a segment representing the given string of decimal digits encoded in numeric mode.
112 * Returns a segment representing the given text string encoded in alphanumeric mode.
136 * Tests whether the given string can be encoded as a segment in numeric mode.
143 * Tests whether the given string can be encoded as a segment in alphanumeric mode.
153 /* The mode indicator of this segment. Accessed through getMode(). */
154 private: const Mode *mode;
157 * numeric/alphanumeric/kanji mode, bytes for byte mode, and 0 for ECI mode.
170 * The character count (numCh) must agree with the mode and the bit buffer length,
178 * The character count (numCh) must agree with the mode and the bit buffer length,
187 * Returns the mode field of this segment.
212 /* The set of all legal characters in alphanumeric mode, where
270 * This function always encodes using the binary segment mode, not any text mode. The maximum number of
518 * - Change the text to fit the character set of a particular segment mode (e.g. alphanumeric).