Lines Matching full:can
60 qrcodegen_Ecc_LOW = 0 , // The QR Code can tolerate about 7% erroneous codewords
61 qrcodegen_Ecc_MEDIUM , // The QR Code can tolerate about 15% erroneous codewords
62 qrcodegen_Ecc_QUARTILE, // The QR Code can tolerate about 25% erroneous codewords
63 qrcodegen_Ecc_HIGH , // The QR Code can tolerate about 30% erroneous codewords
104 * Even in the most favorable conditions, a QR Code can only hold 7089 characters of data.
119 // Can be null if the bit length is zero.
137 // can store any single QR Code from version 1 to 25 (inclusive). The result fits in an int (or int…
163 * can hold any UTF-8 string up to 2953 bytes, or any alphanumeric string
186 * - In the most optimistic case, a QR Code at version 40 with low ECC can hold any byte
201 …* of the result may be higher than the ecl argument if it can be done without increasing the versi…
205 * To save memory, the segments' data buffers can alias/overlap tempBuffer, and will
218 * may be higher than the ecl argument if it can be done without increasing the
224 * To save memory, the segments' data buffers can alias/overlap tempBuffer, and will
233 * Tests whether the given string can be encoded as a segment in alphanumeric mode.
241 * Tests whether the given string can be encoded as a segment in numeric mode.
256 * An actual ECI segment can have shorter data. For non-ECI modes, the result is exact.
264 * can be converted to UTF-8 bytes and encoded as a byte mode segment.
313 * Returns the min version of the data that can be stored. Returns -1 on failure