Home
last modified time | relevance | path

Searched refs:is_utf8_string (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dpv_tools57 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf)
67 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf)
68 if ((flags & PERL_PV_ESCAPE_UNI_DETECT) && is_utf8_string((U8*)pv, count))
74 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf)
206 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf)
Dutf8165 #if defined(is_utf8_string) && defined(UTF8SKIP)
167 (e) <= (s) || ! is_utf8_string(s, UTF8_SAFE_SKIP(s, e)) \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50060018 is_utf8_string # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500600137 is_utf8_string # U
/openbsd/src/gnu/usr.bin/perl/
Dinline.h1994 #define is_utf8_string(s, len) is_utf8_string_loclen(s, len, NULL, NULL) macro
2036 return is_utf8_string(first_variant, len - (first_variant - s)); in Perl_is_utf8_non_invariant_string()
2173 return is_utf8_string(s, len); in Perl_is_utf8_string_flags()
Duniversal.c581 if (!SvUTF8(sv) || is_utf8_string((const U8*)s,len)) in XS()
Dtoke.c7858 && is_utf8_string((U8*)PL_tokenbuf, len)) in yyl_just_a_word()
7910 && is_utf8_string((U8*)PL_tokenbuf, len)) in yyl_just_a_word()
11458 if (UTF && is_utf8_string((U8*)SvPVX_const(tmpstr), SvCUR(tmpstr))) in S_scan_heredoc()
12777 if (UTF && is_utf8_string((U8*)SvPVX_const(stuff), SvCUR(stuff))) in S_scan_formline()
Ddump.c230 if ((flags & PERL_PV_ESCAPE_UNI_DETECT) && is_utf8_string((U8*)pv, count)) in Perl_pv_escape()
Dpp.c872 if (is_utf8_string((U8*)s, send - s)) { in S_do_chomp()
Dsv.c3723 if (!is_utf8_string(first_variant, SvCUR(sv) - (first_variant -c))) in Perl_sv_utf8_decode()
Dembed.fnc1697 ARTdm |bool |is_utf8_string |NN const U8 *s \
/openbsd/src/gnu/usr.bin/perl/ext/PerlIO-encoding/
Dencoding.xs350 if (len && !is_utf8_string((U8*)s,len)) { in PerlIOEncode_fill()
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h17611 #if defined(is_utf8_string) && defined(UTF8SKIP)
17614 (e) <= (s) || ! is_utf8_string(s, UTF8_SAFE_SKIP(s, e)) \
18029 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf) in DPPP_()
18039 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf) in DPPP_()
18040 if ((flags & PERL_PV_ESCAPE_UNI_DETECT) && is_utf8_string((U8*)pv, count)) in DPPP_()
18046 #if defined(is_utf8_string) && defined(utf8_to_uvchr_buf) in DPPP_()
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
DEncode.xs939 if (RETVAL && check && (!str || !is_utf8_string((U8 *)str, len)))
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5160delta.pod370 functions C<is_utf8_string()>, C<is_utf8_string_loc()>, and
2614 C<is_utf8_string()>, C<is_utf8_string_loc()>, and
Dperlguts.pod3407 have to guess. The API function C<is_utf8_string> can help; it'll tell
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs6718 RETVAL = is_utf8_string((U8 *) s, len);
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1176 ATmdR |bool |is_utf8_string |NN const U8 *s|STRLEN len