Home
last modified time | relevance | path

Searched refs:IN_BYTES (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dutf8.h116 # define USE_UTF8_IN_NAMES (!IN_BYTES)
916 ((IN_BYTES || !UTF) \
920 ((IN_BYTES || !UTF) \
930 #define IN_BYTES UNLIKELY(CopHINTS_get(PL_curcop) & HINT_BYTES) macro
943 #define DO_UTF8(sv) (SvUTF8(sv) && !IN_BYTES)
954 && (! IN_BYTES))
H A Dtoke.c106 # define UTF cBOOL(!IN_BYTES)
2229 ! IN_BYTES in S_newSV_maybe_utf8()
7038 if (!IN_BYTES) { in yyl_data_handle()
7857 if (UTF && !IN_BYTES in yyl_just_a_word()
7909 if (UTF && !IN_BYTES in yyl_just_a_word()
11457 if (!IN_BYTES) { in S_scan_heredoc()
12776 if (!IN_BYTES) { in S_scan_formline()
H A Dpp_hot.c588 if (IN_BYTES) in S_do_concat()
857 if (LIKELY(!IN_BYTES)) in PP()
945 if (UNLIKELY(dst_utf8 && IN_BYTES)) { in PP()
H A Dpp.c3479 U32 in_bytes = IN_BYTES; in PP()
3497 if (!IN_BYTES) { /* reread to avoid using an C auto/register */ in PP()
3984 if (!IN_BYTES /* under bytes, chr(-1) eq chr(0xff), etc. */ in PP()
4007 if (value > 255 && !IN_BYTES) { in PP()
H A Dpp_sys.c1980 if ((fp_utf8 = PerlIO_isutf8(IoIFP(io))) && !IN_BYTES) {
2131 if (fp_utf8 && !IN_BYTES) {
H A Dlocale.c4756 if (IN_BYTES) { /* respect 'use bytes' */ in S_get_locale_string_utf8ness_i()
8184 utf8ness_t fmt_utf8ness = (SvUTF8(fmt) && LIKELY(! IN_BYTES)) in S_sv_strftime_common()
H A Dpp_pack.c2602 U8 in_bytes = (U8)IN_BYTES; in S_pack_rec()
H A Dregcomp.c1533 if ((SvUTF8(pat) && IN_BYTES) in Perl_re_op_compile()
1539 (IN_BYTES ? 0 : SvUTF8(pat))); in Perl_re_op_compile()
1545 RExC_utf8 = RExC_orig_utf8 = (plen == 0 || IN_BYTES) ? 0 : SvUTF8(pat); in Perl_re_op_compile()
H A Dsv.c8115 if (cur1 && cur2 && SvUTF8(sv1) != SvUTF8(sv2) && !IN_BYTES) {
8279 if (cur1 && cur2 && SvUTF8(sv1) != SvUTF8(sv2) && !IN_BYTES) {
13178 && !IN_BYTES)
16576 if (SvPOK(sv) && !SvUTF8(sv) && !IN_BYTES && SvROK(encoding)) {
H A Dpp_ctl.c571 linemax = (SvCUR(formsv) * (IN_BYTES ? 1 : 3) + 1);
H A Dregexec.c8435 if (SvUTF8(ret) && IN_BYTES) { in S_regmatch()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700228 IN_BYTES # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cygwin/
H A Dcygwin.c323 if (LIKELY(! IN_BYTES)) { /* Normal case, convert UTF-8 to UTF-16 */ in S_convert_path_common()