Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php145 * @param string $utf16 UTF-16 character
149 function utf162utf8($utf16) argument
153 return mb_convert_encoding($utf16, 'UTF-8', 'UTF-16');
156 $bytes = (ord($utf16{0}) << 8) | ord($utf16{1});
300 $utf16 = $this->utf82utf16($char);
301 $ascii .= sprintf('\u%04s', bin2hex($utf16));
311 $utf16 = $this->utf82utf16($char);
323 $utf16 = $this->utf82utf16($char);
336 $utf16 = $this->utf82utf16($char);
350 $utf16 = $this->utf82utf16($char);
[all …]
/plugin/translator/
H A Dhelper.php825 $utf16 = utf8_to_utf16be($char);
826 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
837 $utf16 = utf8_to_utf16be($char);
838 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
850 $utf16 = utf8_to_utf16be($char);
851 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
864 $utf16 = utf8_to_utf16be($char);
865 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
879 $utf16 = utf8_to_utf16be($char);
880 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php196 $utf16 = mb_convert_encoding($utf8, 'UTF-16BE', 'UTF-8');
197 $l1 = ord($utf16[0]);
198 $h1 = ord($utf16[1]);
199 $l2 = ord($utf16[2]);
200 $h2 = ord($utf16[3]);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …equence = 1\n\t } else if (codePoint > 0xFFFF) {\n\t // encode to utf16 (surrogate pair da…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …PerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair da…