Searched refs:not_utf8 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/t/uni/ |
| D | eval.t | 37 my $not_utf8 = "q!\343\203\213!"; 38 isnt eval $not_utf8, eval "q!\x{30cb}!"; 41 isnt eval $not_utf8, eval "q!\x{30cb}!";
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp_debug.c | 1325 SV* not_utf8, /* /d, matches iff the target isn't UTF-8 */ in S_put_charclass_bitmap_innards_common() argument 1359 if (not_utf8 && _invlist_len(not_utf8)) { in S_put_charclass_bitmap_innards_common() 1361 put_charclass_bitmap_innards_invlist(output, not_utf8); in S_put_charclass_bitmap_innards_common() 1452 SV* not_utf8 = NULL; /* /d, list of matches iff the target isn't UTF-8 in S_put_charclass_bitmap_innards() local 1493 not_utf8 = invlist_clone(PL_UpperLatin1, NULL); in S_put_charclass_bitmap_innards() 1541 if (not_utf8) { in S_put_charclass_bitmap_innards() 1542 _invlist_subtract(not_utf8, invlist, ¬_utf8); in S_put_charclass_bitmap_innards() 1565 not_utf8, in S_put_charclass_bitmap_innards() 1602 _invlist_union(not_utf8, invlist, &invlist); in S_put_charclass_bitmap_innards() 1611 else if (not_utf8) { in S_put_charclass_bitmap_innards() [all …]
|
| D | proto.h | 8513 S_put_charclass_bitmap_innards_common(pTHX_ SV *invlist, SV *posixes, SV *only_utf8, SV *not_utf8, …
|
| D | embed.fnc | 5410 |NULLOK SV *not_utf8 \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2248 |NULLOK SV* not_utf8 \
|