Lines Matching full:this
8 * this software and associated documentation files (the "Software"), to deal in
13 * - The above copyright notice and this permission notice shall be included in
37 * This library creates QR Code symbols, which is a type of two-dimension barcode.
105 * Any segment longer than this is meaningless for the purpose of generating QR Codes.
110 // The mode indicator of this segment.
113 // The length of this segment's unencoded data. Measured in characters for
118 // The data bits of this segment, packed in bitwise big endian.
142 // version 40. This value equals 3918, which is just under 4 kilobytes.
143 // Use this more convenient value to avoid calculating tighter memory bounds for buffers.
187 * sequence up to length 2953. This is the hard upper limit of the QR Code standard.
202 * This function allows the user to create a custom sequence of segments that switches
204 …* This is a low-level API; the high-level API is qrcodegen_encodeText() and qrcodegen_encodeBinary…
221 * This function allows the user to create a custom sequence of segments that switches
223 …* This is a low-level API; the high-level API is qrcodegen_encodeText() and qrcodegen_encodeBinary…