Lines Matching full:given
87 * this mode in a QR Code at the given version number. The result is in the range [0, 16].
98 * Returns a segment representing the given binary data encoded in
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.
120 * Returns a list of zero or more segments to represent the given text string. The result
128 * (ECI) designator with the given assignment value.
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.
169 * Creates a new QR Code segment with the given attributes and data.
171 * but the constraint isn't checked. The given bit buffer is copied and stored.
177 * Creates a new QR Code segment with the given parameters and data.
179 * but the constraint isn't checked. The given bit buffer is moved and stored.
204 // (Package-private) Calculates the number of bits needed to encode the given segments at
205 // the given version. Returns a non-negative number if successful. Otherwise returns -1 if a
259 …* Returns a QR Code representing the given Unicode text string at the given error correction level.
269 * Returns a QR Code representing the given binary data at the given error correction level.
280 * Returns a QR Code representing the given segments with the given encoding parameters.
281 * The smallest possible QR Code version within the given range is automatically
329 * Creates a new QR Code with the given version number,
365 * Returns the color of the module (pixel) at the given coordinates, which is false
367 * If the given coordinates are out of bounds, then false (light) is returned.
380 // based on the given mask and this object's error correction level field.
404 // Returns the color of the module at the given coordinates, which must be in range.
410 // Returns a new byte string representing the given data with the appropriate error correction
415 // Draws the given sequence of 8-bit codewords (data and error correction) onto the entire
420 // XORs the codeword modules in this QR Code with the given mask pattern.
442 …// Returns the number of data bits that can be stored in a QR Code of the given version number, af…
449 // QR Code of the given version number and error correction level, with remainder bits discarded.
454 // Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be
459 // Returns the Reed-Solomon error correction codeword for the given data and divisor polynomials.
463 // Returns the product of the two given field elements modulo GF(2^8/0x11D).
477 …// Pushes the given value to the front and drops the last value. A helper function for getPenaltyS…
543 // Appends the given number of low-order bits of the given value