Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/
H A Dintl_convertcpp.cpp36 UChar *utf16 = ret.getBuffer(capacity); in intl_stringFromChar() local
39 u_strFromUTF8WithSub(utf16, ret.getCapacity(), &utf16_len, in intl_stringFromChar()
/PHP-8.3/ext/intl/tests/
H A Dbug75317.phpt8 $utf16 = UConverter::getAliases('utf-16')[0];
23 printResult($c->getDestinationEncoding(), $utf16);
/PHP-8.3/ext/json/
H A Djson_scanner.re300 int utf16 = php_json_ucs2_to_int(s, 2);
302 *(s->pstr++) = (char) utf16;
307 int utf16 = php_json_ucs2_to_int(s, 3);
309 *(s->pstr++) = (char) (0xc0 | (utf16 >> 6));
310 *(s->pstr++) = (char) (0x80 | (utf16 & 0x3f));
315 int utf16 = php_json_ucs2_to_int(s, 4);
317 *(s->pstr++) = (char) (0xe0 | (utf16 >> 12));
318 *(s->pstr++) = (char) (0x80 | ((utf16 >> 6) & 0x3f));
319 *(s->pstr++) = (char) (0x80 | (utf16 & 0x3f));
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt42 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
45 …if ($charset['Charset'] == 'ucs2' || $charset['Charset'] == 'utf16' || $charset['Charset'] == 'utf…
H A Dmysqli_options.phpt60 /* The server currently 16.08.2010 can't handle data sent in utf16 and utf32 */
62 …if ($charset['Charset'] == 'ucs2' || $charset['Charset'] == 'utf16' || $charset['Charset'] == 'utf…
H A Dmysqli_set_charset.phpt83 …if ('ucs2' == $tmp['Charset'] || 'utf16' == $tmp['Charset'] || 'utf32' == $tmp['Charset'] || 'utf1…
/PHP-8.3/ext/mbstring/tests/
H A Dcp51932_encoding.phpt36 $utf16 = pack('n', $codepoint);
37 $validChars[$cp51932] = $utf16;
38 $fromUnicode[$utf16] = $cp51932;
H A Dcp932_encoding.phpt25 $utf16 = pack('n', $codepoint);
27 $validChars[$cp932] = $utf16;
28 $fromUnicode[$utf16] = $cp932;
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_charset.c411 static uint32_t mysqlnd_mbcharlen_utf16(const unsigned int utf16) in mysqlnd_mbcharlen_utf16() argument
413 return UTF16_HIGH_HEAD(utf16) ? 4 : 2; in mysqlnd_mbcharlen_utf16()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic13944 # number of utf16 characters of loadername
H A Dmagic私はガラスを食べられます13944 # number of utf16 characters of loadername

Completed in 371 milliseconds