Searched refs:SHYcharmin (Results 1 – 2 of 2) sorted by relevance
75 …if (preg_match('/^(["\'' . $startpunctuation . '])+(.{' . $this->mpdf->SHYcharmin . ',})$/u', $wor…80 …if (preg_match('/^(.{' . $this->mpdf->SHYcharmin . ',})([\'\.,;:!?"' . $endpunctuation . ']+)$/u',…85 if (mb_strlen($word, 'UTF-8') < $this->mpdf->SHYcharmin) {122 for ($position = 0; $position <= ($word_length - $this->mpdf->SHYcharmin); $position++) {124 for ($win = $this->mpdf->SHYcharmin; $win <= $maxwins; $win++) {
121 var $SHYcharmin; variable in Mpdf\\Mpdf