Home
last modified time | relevance | path

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

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php109 …function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_coun… function
H A Dbootstrap80.php105 …function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { retu… function
H A DMbstring.php777 public static function mb_substr_count($haystack, $needle, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/findologicxmlexport/vendor/twig/twig/src/
DCompiler.php227 … $this->sourceLine += mb_substr_count(mb_substr($this->source, $this->sourceOffset), "\n");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php140 $nb_spaces = mb_substr_count($tmp, ' ', $this->mpdf->mb_enc);
DMpdf.php3626 $nb_spaces = mb_substr_count($s, ' ', $this->mb_enc);
5130 …ing * mb_strlen($txt, $this->mb_enc) / Mpdf::SCALE ) + ( $this->ws * mb_substr_count($txt, ' ', $t…
6044 $nb_spaces = mb_substr_count($tmp, ' ', $this->mb_enc);
6749 $nb_spaces += mb_substr_count($chunk, ' ', $this->mb_enc);
6968 $stringWidth += ( $this->ws * mb_substr_count($chunk, ' ', $this->mb_enc) / Mpdf::SCALE );
8403 $nb_spaces += mb_substr_count($chunk, ' ', $this->mb_enc);
8596 $stringWidth += ( $this->ws * mb_substr_count($chunk, ' ', $this->mb_enc) / Mpdf::SCALE );
10471 …$this->charspacing * mb_strlen($txt, $this->mb_enc)) + ( $this->ws * mb_substr_count($txt, ' ', $t…