Searched refs:eccLength (Results 1 – 2 of 2) sorted by relevance
2839 public $eccLength; variable in QRrsblock2848 $this->eccLength = $el;2863 public $eccLength; variable in QRrawcode2881 $this->eccLength = QRspec::rsEccLength($spec);2882 $this->ecccode = array_fill(0, $this->eccLength, 0);2949 } else if($this->count < $this->dataLength + $this->eccLength) {2994 for($i=0; $i<$raw->dataLength + $raw->eccLength; $i++) {
373 protected $eccLength; variable in jucksearm\\barcode\\lib\\QRcode 688 $this->eccLength = $this->rsEccLength($spec);689 $this->ecccode = array_fill(0, $this->eccLength, 0);703 for ($i=0; $i < ($this->dataLength + $this->eccLength); $i++) {830 $this->rsblocks[$blockNo]['eccLength'] = $el;853 $this->rsblocks[$blockNo]['eccLength'] = $el;876 } elseif ($this->count < $this->dataLength + $this->eccLength) {