Home
last modified time | relevance | path

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

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DDatamatrix.php464 protected function isCharMode($chr, $mode) { function in jucksearm\\barcode\\lib\\Datamatrix
548 if ($this->isCharMode($chr, self::ENC_ASCII_NUM)) {
550 } elseif ($this->isCharMode($chr, self::ENC_ASCII_EXT)) {
558 if ($this->isCharMode($chr, self::ENC_C40)) {
560 } elseif ($this->isCharMode($chr, self::ENC_ASCII_EXT)) {
566 if ($this->isCharMode($chr, self::ENC_TXT)) {
568 } elseif ($this->isCharMode($chr, self::ENC_ASCII_EXT)) {
574 if ($this->isCharMode($chr, self::ENC_X12) OR $this->isCharMode($chr, self::ENC_C40)) {
576 } elseif ($this->isCharMode($chr, self::ENC_ASCII_EXT)) {
582 if ($this->isCharMode($chr, self::ENC_EDF)) {
[all …]