Searched refs:dst_utf8 (Results 1 – 1 of 1) sorted by relevance
702 U32 dst_utf8; /* the result will be utf8 (indicate this with in PP() local753 dst_utf8 = aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv ? 0 : SVf_UTF8; in PP()831 dst_utf8 |= utf8; in PP()856 if (UNLIKELY(dst_utf8 & ~targ_utf8)) { in PP()861 dst_utf8 |= targ_utf8; in PP()898 SvFLAGS(targ) |= (SVf_POK|SVp_POK|dst_utf8); in PP()945 if (UNLIKELY(dst_utf8 && IN_BYTES)) { in PP()946 dst_utf8 = 0; in PP()959 len = aux[dst_utf8 ? PERL_MULTICONCAT_IX_UTF8_LEN in PP()967 if (dst_utf8) { in PP()[all …]