Home
last modified time | relevance | path

Searched refs:encode_rs_char (Results 1 – 2 of 2) sorted by relevance

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php831 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc);
854 $ecc = $this->encode_rs_char($rs, $this->rsblocks[$blockNo]['data'], $ecc);
2786 protected function encode_rs_char($rs, $data, $parity) { function in jucksearm\\barcode\\lib\\QRcode
/plugin/qrcode2/
H A Dphpqrcode.php2398 public function encode_rs_char($data, &$parity) function in QRrsItem
2844 $rs->encode_rs_char($data, $ecc);