Searched refs:rsDataLength (Results 1 – 2 of 2) sorted by relevance
687 $this->dataLength = $this->rsDataLength($spec);2634 protected function rsDataLength($spec) { function in jucksearm\\barcode\\lib\\QRcode
901 …public static function rsDataLength($spec) { return ($spec[0] * $spec[1]) + ($spec[3] * $spec[4]… function in QRspec2880 $this->dataLength = QRspec::rsDataLength($spec);