Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php83 const ENC_EDF = 4; define in jucksearm\\barcode\\lib\\Datamatrix
248 if ($this->last_enc == self::ENC_EDF) {
483 case self::ENC_EDF: { // ASCII character 32 to 94
534 return self::ENC_EDF;
582 if ($this->isCharMode($chr, self::ENC_EDF)) {
583 $numch[self::ENC_EDF] += (3 / 4);
585 $numch[self::ENC_EDF] += (17 / 4);
587 $numch[self::ENC_EDF] += (13 / 4);
605 return self::ENC_EDF;
645 if ($this->last_enc == self::ENC_EDF) {
[all …]