Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dutf8.h199 #define UTF8_ALLOW_ANY 0x00FF macro
Dutf8.c631 ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY); in Perl_utf8_to_uvchr()
655 ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY); in Perl_utf8_to_uvuni()
1772 0 : UTF8_ALLOW_ANY); in Perl_swash_fetch()
Dregexec.c1039 const U32 uniflags = ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY; in S_find_byclass()
1086 const U32 uniflags = ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY; in S_find_byclass()
2325 U32 uniflags = ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY; in S_regmatch()
Dpp.c2435 const U8 c = (U8)utf8n_to_uvchr(tmps, 0, &l, UTF8_ALLOW_ANY); in PP()
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.xs33 #define UTF8_ALLOW_NONSTRICT (UTF8_ALLOW_ANY & \
178 &clen, UTF8_ALLOW_ANY|UTF8_CHECK_ONLY); in encode_method()
/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/
DDumper.xs33 ckWARN(WARN_UTF8) ? 0 : UTF8_ALLOW_ANY); in Perl_utf8_to_uvchr()