Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/
D50060016 is_utf8_string # U
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D50060016 is_utf8_string # U
/mirbsd/src/gnu/usr.bin/perl/
Duniversal.c408 if (!SvUTF8(sv) || is_utf8_string((U8*)s,len)) in XS()
Dtoke.c982 if (UTF && !IN_BYTES && is_utf8_string((U8*)PL_tokenbuf, len)) in S_force_word()
4049 if (UTF && !IN_BYTES && is_utf8_string((U8*)PL_tokenbuf, len))
4176 is_utf8_string((U8*)SvPVX_const(sv), SvCUR(sv)))
4224 if (UTF && !IN_BYTES && is_utf8_string((U8*)PL_tokenbuf, len))
9627 if (UTF && is_utf8_string((U8*)SvPVX_const(tmpstr), SvCUR(tmpstr)))
10595 if (UTF && is_utf8_string((U8*)SvPVX_const(stuff), SvCUR(stuff)))
Ddoop.c987 if (is_utf8_string((U8*)s, send - s)) { in Perl_do_chop()
Dmg.c790 if (RX_MATCH_UTF8(rx) && is_utf8_string((U8*)s, i)) in Perl_magic_get()
Dpp_hot.c1371 if (DO_UTF8(TARG) && is_utf8_string((U8*)s, len)) in PP()
Dembed.h364 #define is_utf8_string Perl_is_utf8_string macro
2419 #define is_utf8_string(a,b) Perl_is_utf8_string(aTHX_ a,b) macro
Dpp.c3343 if (SvCUR(TARG) == 0 || !is_utf8_string((U8*)tmps, SvCUR(TARG)) || in PP()
DChanges5.8.5159 is_utf8_string(NULL,0)
Dregcomp.c4712 const bool do_utf8 = is_utf8_string((U8*)STRING(o), STR_LEN(o)); in Perl_regprop()
Dembed.fnc366 Apd |bool |is_utf8_string |NN U8 *s|STRLEN len
Dsv.c3634 if (!is_utf8_string((U8 *)c, SvCUR(sv)+1)) in Perl_sv_utf8_decode()
DChanges5936 Subject: [PATCH] further speeding up of is_utf8_string()
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/encoding/
Dencoding.xs345 if (len && !is_utf8_string((U8*)s,len)) { in PerlIOEncode_fill()
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.xs758 !is_utf8_string((U8*)SvPVX(sv), SvCUR(sv)))
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod5578 =item is_utf8_string
5579 X<is_utf8_string>
5588 bool is_utf8_string(U8 *s, STRLEN len)
5596 Like is_utf8_string() but stores the location of the failure (in the
5600 See also is_utf8_string_loclen() and is_utf8_string().
5610 Like is_utf8_string() but stores the location of the failure (in the
5615 See also is_utf8_string_loc() and is_utf8_string().
Dperl570delta.pod754 Added is_utf8_char(), is_utf8_string(), bytes_to_utf8(), and utf8_to_bytes().
Dperlunicode.pod1251 C<is_utf8_string(buf, len)> returns true if C<len> bytes of the buffer
Dperlguts.pod2346 The API function C<is_utf8_string> can help; it'll tell you if a string
Dperltoc.pod5413 ibcmp_utf8 X<ibcmp_utf8>, is_utf8_char X<is_utf8_char>, is_utf8_string
5414 X<is_utf8_string>, is_utf8_string_loc X<is_utf8_string_loc>,
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc351 Apd |bool |is_utf8_string |NN const U8 *s|STRLEN len