Lines Matching defs:utf8
96 if upgraded to utf8 */
97 bool utf8; /* whether the format is utf8 */
119 bool utf8;
170 utf8 = cBOOL(SvUTF8(sv));
171 if (utf8)
195 info->utf8 = utf8;
262 bool utf8 = FALSE;
390 utf8 = sprintf_info.utf8;
531 utf8 |= cBOOL(SvUTF8(sv));
665 if (utf8 && !SvUTF8(sv))
670 /* see if any strings would grow if converted to utf8 */
671 if (!utf8) {
861 aux[PERL_MULTICONCAT_IX_PLAIN_PV].pv = utf8 ? NULL : const_str;
862 aux[PERL_MULTICONCAT_IX_PLAIN_LEN].ssize = utf8 ? 0 : total_len;
867 * the utf8 version of the string will take 'variant' more bytes than