Lines Matching defs:not_utf8
1325 SV* not_utf8, /* /d, matches iff the target isn't UTF-8 */
1359 if (not_utf8 && _invlist_len(not_utf8)) {
1361 put_charclass_bitmap_innards_invlist(output, not_utf8);
1452 SV* not_utf8 = NULL; /* /d, list of matches iff the target isn't UTF-8
1493 not_utf8 = invlist_clone(PL_UpperLatin1, NULL);
1541 if (not_utf8) {
1542 _invlist_subtract(not_utf8, invlist, ¬_utf8);
1565 not_utf8,
1602 _invlist_union(not_utf8, invlist, &invlist);
1611 else if (not_utf8) {
1616 only_utf8 = not_utf8;
1617 not_utf8 = NULL;
1631 not_utf8,
1654 SvREFCNT_dec(not_utf8);