Searched refs:ECC_CODEWORDS_PER_BLOCK (Results 1 – 9 of 9) sorted by relevance
335 int blockEccLen = ECC_CODEWORDS_PER_BLOCK [errorCorrectionLevel.ordinal()][version]; in addEccAndInterleave()494 - ECC_CODEWORDS_PER_BLOCK [ecl.ordinal()][ver] in getNumDataCodewords()553 private static final byte[][] ECC_CODEWORDS_PER_BLOCK = { field in QrCode
435 int blockEccLen = ECC_CODEWORDS_PER_BLOCK [errorCorrectionLevel.ordinal()][version]; in addEccAndInterleave()718 - ECC_CODEWORDS_PER_BLOCK [ecl.ordinal()][ver] in getNumDataCodewords()777 private static final byte[][] ECC_CODEWORDS_PER_BLOCK = { field in QrCode
370 const blockEccLen: int = QrCode.ECC_CODEWORDS_PER_BLOCK [ecl.ordinal][ver];576 QrCode.ECC_CODEWORDS_PER_BLOCK [ecl.ordinal][ver] *684 private static readonly ECC_CODEWORDS_PER_BLOCK: Array<Array<int>> = [ property in qrcodegen.QrCode
501 private: static const std::int8_t ECC_CODEWORDS_PER_BLOCK[4][41]; member in qrcodegen::QrCode
504 int blockEccLen = ECC_CODEWORDS_PER_BLOCK [static_cast<int>(errorCorrectionLevel)][version]; in addEccAndInterleave()697 - ECC_CODEWORDS_PER_BLOCK [static_cast<int>(ecl)][ver] in getNumDataCodewords()793 const int8_t QrCode::ECC_CODEWORDS_PER_BLOCK[4][41] = { member in qrcodegen::QrCode
523 let blockecclen: usize = QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl); in add_ecc_and_interleave()738 - QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl) in get_num_data_codewords()870 static ECC_CODEWORDS_PER_BLOCK: [[i8; 41]; 4] = [ variable
97 testable const int8_t ECC_CODEWORDS_PER_BLOCK[4][41] = { variable298 int blockEccLen = ECC_CODEWORDS_PER_BLOCK [(int)ecl][version]; in addEccAndInterleave()331 - ECC_CODEWORDS_PER_BLOCK [e][v] in getNumDataCodewords()
46 extern const int8_t ECC_CODEWORDS_PER_BLOCK[4][41];111 size_t blockEccLen = (size_t)ECC_CODEWORDS_PER_BLOCK[(int)ecl][version]; in addEccAndInterleaveReference()
448 let blockecclen: usize = QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl); in add_ecc_and_interleave()835 - QrCode::table_get(&ECC_CODEWORDS_PER_BLOCK , ver, ecl) in get_num_data_codewords()996 static ECC_CODEWORDS_PER_BLOCK: [[i8; 41]; 4] = [ variable