Searched refs:identifyMode (Results 1 – 2 of 2) sorted by relevance
1241 * identifyMode1245 protected function identifyMode($pos) { function in jucksearm\\barcode\\lib\\QRcode 1277 $mode = $this->identifyMode($p);1343 while($this->identifyMode($p) == self::QR_MODE_KJ) {1360 $mode = $this->identifyMode($p);1405 $mode = $this->identifyMode(0);1446 $mode = $this->identifyMode(substr($this->dataStr, $p), $this->hint);
2003 public function identifyMode($pos) function in QRsplit2040 $mode = $this->identifyMode($p);2118 while($this->identifyMode($p) == QR_MODE_KANJI) {2140 $mode = $this->identifyMode($p);2192 $mode = $this->identifyMode(0);2220 $mode = self::identifyMode(substr($this->dataStr, $p), $this->modeHint);