Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php75 $s = $this->utf8ToUtf16BigEndian($s, true);
84 public function utf8ToUtf16BigEndian($str, $setbom = true) // UTF8ToUTF16BE
85 public function utf8ToUtf16BigEndian($str, $setbom = true) // UTF8ToUTF16BE global() function in Mpdf\\Writer\\BaseWriter
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php864 $value = $this->writer->utf8ToUtf16BigEndian($value);
867 $default = $this->writer->utf8ToUtf16BigEndian($default);
869 $title = $this->writer->utf8ToUtf16BigEndian($title);
961 $array['VAL'][$i] = $this->writer->utf8ToUtf16BigEndian($array['VAL'][$i]);
964 $array['OPT'][$i] = $this->writer->utf8ToUtf16BigEndian($array['OPT'][$i]);
1078 $ca = $this->writer->utf8ToUtf16BigEndian($ca);
1083 $rc = $this->writer->utf8ToUtf16BigEndian($rc);
1089 $ac = $this->writer->utf8ToUtf16BigEndian($ac);
1108 $title = $this->writer->utf8ToUtf16BigEndian($title);
1110 $uvalue = $this->writer->utf8ToUtf16BigEndian(
[all...]
H A DMpdf.php4409 $txt2 = $this->writer->utf8ToUtf16BigEndian($txt2, false);
5194 $txt2 = $this->writer->utf8ToUtf16BigEndian($txt2, false);
5203 $space = $this->writer->utf8ToUtf16BigEndian($space, false);
5210 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false);
5606 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false);
5685 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false);
5773 $space = $this->writer->utf8ToUtf16BigEndian($space, false);
5788 $tc = $this->writer->utf8ToUtf16BigEndian($tc, false);
5810 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false);
27147 $search[$k] = $this->writer->utf8ToUtf16BigEndian(
[all...]