Searched refs:totalWordLimit (Results 1 – 1 of 1) sorted by relevance
100 private $totalWordLimit = 0; variable in Mpdf\\QrCode\\QrCode417 $this->totalWordLimit = $maxWordCountArray[$this->version];496 $this->byteCount = $this->matrixRemain + 8 * $this->totalWordLimit;581 for ($i = 0; $i < $this->totalWordLimit; $i++) {591 $bitPos = $k + ($this->totalWordLimit << 3);