Searched refs:is_utf8_string (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | pv_tools | 57 #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)
|
| D | utf8 | 165 #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/ |
| D | 5006001 | 8 is_utf8_string # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5006001 | 37 is_utf8_string # U
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | inline.h | 1994 #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()
|
| D | universal.c | 581 if (!SvUTF8(sv) || is_utf8_string((const U8*)s,len)) in XS()
|
| D | toke.c | 7858 && 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()
|
| D | dump.c | 230 if ((flags & PERL_PV_ESCAPE_UNI_DETECT) && is_utf8_string((U8*)pv, count)) in Perl_pv_escape()
|
| D | pp.c | 872 if (is_utf8_string((U8*)s, send - s)) { in S_do_chomp()
|
| D | sv.c | 3723 if (!is_utf8_string(first_variant, SvCUR(sv) - (first_variant -c))) in Perl_sv_utf8_decode()
|
| D | embed.fnc | 1697 ARTdm |bool |is_utf8_string |NN const U8 *s \
|
| /openbsd/src/gnu/usr.bin/perl/ext/PerlIO-encoding/ |
| D | encoding.xs | 350 if (len && !is_utf8_string((U8*)s,len)) { in PerlIOEncode_fill()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 17611 #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/ |
| D | Encode.xs | 939 if (RETVAL && check && (!str || !is_utf8_string((U8 *)str, len)))
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5160delta.pod | 370 functions C<is_utf8_string()>, C<is_utf8_string_loc()>, and 2614 C<is_utf8_string()>, C<is_utf8_string_loc()>, and
|
| D | perlguts.pod | 3407 have to guess. The API function C<is_utf8_string> can help; it'll tell
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 6718 RETVAL = is_utf8_string((U8 *) s, len);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1176 ATmdR |bool |is_utf8_string |NN const U8 *s|STRLEN len
|