Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance
/plugin/freechat/phpfreechat/lib/json/ |
H A D | JSON.php | 145 * @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 D | helper.php | 825 $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 D | FontWriter.php | 196 $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 D | pdfmake.min.js |
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …equence = 1\n\t } else if (codePoint > 0xFFFF) {\n\t // encode to utf16 (surrogate pair da…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …PerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair da…
|