Searched refs:is_utf8_string (Results 1 – 22 of 22) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/todo/ |
| D | 5006001 | 6 is_utf8_string # U
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5006001 | 6 is_utf8_string # U
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | universal.c | 408 if (!SvUTF8(sv) || is_utf8_string((U8*)s,len)) in XS()
|
| D | toke.c | 982 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)))
|
| D | doop.c | 987 if (is_utf8_string((U8*)s, send - s)) { in Perl_do_chop()
|
| D | mg.c | 790 if (RX_MATCH_UTF8(rx) && is_utf8_string((U8*)s, i)) in Perl_magic_get()
|
| D | pp_hot.c | 1371 if (DO_UTF8(TARG) && is_utf8_string((U8*)s, len)) in PP()
|
| D | embed.h | 364 #define is_utf8_string Perl_is_utf8_string macro 2419 #define is_utf8_string(a,b) Perl_is_utf8_string(aTHX_ a,b) macro
|
| D | pp.c | 3343 if (SvCUR(TARG) == 0 || !is_utf8_string((U8*)tmps, SvCUR(TARG)) || in PP()
|
| D | Changes5.8.5 | 159 is_utf8_string(NULL,0)
|
| D | regcomp.c | 4712 const bool do_utf8 = is_utf8_string((U8*)STRING(o), STR_LEN(o)); in Perl_regprop()
|
| D | embed.fnc | 366 Apd |bool |is_utf8_string |NN U8 *s|STRLEN len
|
| D | sv.c | 3634 if (!is_utf8_string((U8 *)c, SvCUR(sv)+1)) in Perl_sv_utf8_decode()
|
| D | Changes | 5936 Subject: [PATCH] further speeding up of is_utf8_string()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/encoding/ |
| D | encoding.xs | 345 if (len && !is_utf8_string((U8*)s,len)) { in PerlIOEncode_fill()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | Encode.xs | 758 !is_utf8_string((U8*)SvPVX(sv), SvCUR(sv)))
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlapi.pod | 5578 =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().
|
| D | perl570delta.pod | 754 Added is_utf8_char(), is_utf8_string(), bytes_to_utf8(), and utf8_to_bytes().
|
| D | perlunicode.pod | 1251 C<is_utf8_string(buf, len)> returns true if C<len> bytes of the buffer
|
| D | perlguts.pod | 2346 The API function C<is_utf8_string> can help; it'll tell you if a string
|
| D | perltoc.pod | 5413 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/ |
| D | embed.fnc | 351 Apd |bool |is_utf8_string |NN const U8 *s|STRLEN len
|