Home
last modified time | relevance | path

Searched refs:has_utf8 (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dtoke.c1415 I32 has_utf8 = FALSE; /* Output constant is UTF8 */ in S_scan_const() local
1429 has_utf8 = PL_sublex_info.sub_op->op_private & (OPpTRANS_FROM_UTF|OPpTRANS_TO_UTF); in S_scan_const()
1443 if (has_utf8) { in S_scan_const()
1476 *d++ = NATIVE_TO_NEED(has_utf8,i); in S_scan_const()
1480 *d++ = NATIVE_TO_NEED(has_utf8,i); in S_scan_const()
1502 if (has_utf8) { in S_scan_const()
1525 *d++ = NATIVE_TO_NEED(has_utf8,*s++); in S_scan_const()
1546 *d++ = NATIVE_TO_NEED(has_utf8,*s++); in S_scan_const()
1554 *d++ = NATIVE_TO_NEED(has_utf8,*s++); in S_scan_const()
1582 *d++ = NATIVE_TO_NEED(has_utf8,'\\'); in S_scan_const()
[all …]
Dsv.c8488 bool has_utf8 = DO_UTF8(sv); /* has the result utf8? */ in Perl_sv_vcatpvfn() local
8489 const bool pat_utf8 = has_utf8; /* the pattern is in utf8? */ in Perl_sv_vcatpvfn()
8573 has_utf8 = TRUE; in Perl_sv_vcatpvfn()
8633 if (has_utf8 && !pat_utf8) in Perl_sv_vcatpvfn()
8739 else if (has_utf8) { in Perl_sv_vcatpvfn()
9443 if (is_utf8 != has_utf8) { in Perl_sv_vcatpvfn()
9509 has_utf8 = TRUE; in Perl_sv_vcatpvfn()
9510 if (has_utf8) in Perl_sv_vcatpvfn()
/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c443 BOOL has_utf8; /* has utf-8 on screen or line */ member
1005 self->had_utf8 = HTMainText->has_utf8; in HText_new()
1007 self->had_utf8 = HTMainText->has_utf8; in HText_new()
1009 HTMainText->has_utf8 = NO; in HText_new()
1351 text->has_utf8 = NO; /* use as per-line flag, except with ncurses */ in display_line()
1565 text->has_utf8 = YES; in display_line()
1616 if (text->has_utf8) { in display_line()
1618 text->has_utf8 = NO; /* we had some, but have dealt with it. */ in display_line()
2104 text->has_utf8 = NO; in display_page()
2106 text->has_utf8 = NO; in display_page()
[all …]