Home
last modified time | relevance | path

Searched refs:utf (Results 76 – 100 of 172) sorted by relevance

1234567

/PHP-7.4/ext/xmlrpc/tests/
H A Dbug72647.phpt17 <?xml version="1.0" encoding="utf-8"?>
H A Dbug70728.phpt17 string(135) "<?xml version="1.0" encoding="utf-8"?>
H A Dbug70728_64bit.phpt17 string(135) "<?xml version="1.0" encoding="utf-8"?>
H A Dbug74975.phpt36 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.4/ext/pcre/tests/
H A Dbug52971.phpt2 Bug #52971 (PCRE-Meta-Characters not working with utf-8)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h310 if (utf && c >= 0xc0u) GETUTF8(c, eptr);
324 if (utf && c >= 0xc0u) GETUTF8INC(c, eptr);
339 if (utf && c >= 0xc0u) GETUTF8LEN(c, eptr, len);
357 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \
402 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16(c, eptr);
422 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16INC(c, eptr);
444 if (utf && (c & 0xfc00u) == 0xd800u) GETUTF16LEN(c, eptr, len);
463 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \
H A Dpcre2_match.c405 if (utf) in match_ref()
929 if (utf) in match()
974 if (utf) in match()
1051 if (utf) in match()
1210 if (utf) in match()
1569 if (utf) in match()
1711 if (utf) in match()
1909 if (utf) in match()
5485 if (utf) in match()
6389 if (utf && in pcre2_match()
[all …]
H A Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
324 if (utf && (options & PCRE2_NO_UTF_CHECK) == 0) in pcre2_substitute()
371 if (utf) options |= PCRE2_NO_UTF_CHECK; /* Only need to check once */ in pcre2_substitute()
762 if (utf || ucp) in pcre2_substitute()
781 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
864 if (utf || ucp) in pcre2_substitute()
883 if (utf) chlen = PRIV(ord2utf)(ch, temp); else in pcre2_substitute()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt17 mb_internal_encoding('utf-8');
19 //all the following are identical, we will convert to utf-8
/PHP-7.4/ext/xmlreader/tests/
H A Dbug42139.phpt9 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.4/ext/dom/tests/
H A Dbug45251.phpt9 <?xml version="1.0" encoding="utf-8" ?>
H A DDOMDocument_savexml_basic.phpt14 <?xml version="1.0" encoding="utf-8"?>
H A Dbug54382.phpt9 $xmlString = '<?xml version="1.0" encoding="utf-8" ?>
/PHP-7.4/
H A D.editorconfig9 charset = utf-8
/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_subst.phpt9 $c = new UConverter('ascii', 'utf-8');
/PHP-7.4/ext/simplexml/tests/
H A Dbug42369.phpt7 $xml = '<?xml version="1.0" encoding="utf-8"?>';
/PHP-7.4/Zend/tests/
H A Ddeclare_001.phpt16 declare(encoding = 'utf-8');
H A Ddeclare_002.phpt16 declare(encoding = 'utf-8');
H A Dns_086.phpt13 declare(encoding='utf-8');
/PHP-7.4/ext/curl/tests/responder/
H A Dget.inc27 header('Content-Type: text/plain;charset=utf-8');
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1251_to_utf8_0.phpt23 $item = iconv('cp1251', 'utf-8', "������"); // cp1251 string
H A Dtest_cp1252_to_utf8_3.phpt23 $item = iconv('cp1252', 'utf-8', "Vol��ao"); // cp1252 string
H A Dtest_cp936_to_utf8_0.phpt23 $item = iconv('cp936', 'utf-8', "�yԇ���ֹ�·��"); // cp936 string
H A Dtest_eucjp_to_utf8_0.phpt23 $item = iconv('eucjp', 'utf-8', "�ƥ��ȥޥ���Х��ȡ��ѥ�"); // EUCJP string
H A Dtest_cp1252_to_utf8_0.phpt23 $item = iconv('cp1252', 'utf-8', "tsch��"); // cp1252 string

Completed in 62 milliseconds

1234567