Lines Matching defs:utf8
9250 * are true, perl.c:S_parse_body() will turn on the PerlIO :utf8 layer on
9447 bool utf8 /* Is the input in UTF-8? */
9625 if ( ! UVCHR_IS_INVARIANT(PL_strxfrm_NUL_replacement) && utf8) {
9667 if (utf8 != PL_in_utf8_COLLATE_locale) {
9675 if (! utf8) { /* locale is UTF-8, but input isn't; upgrade the input */
9677 utf8 = TRUE;
9681 s = (char *) bytes_from_utf8((const U8 *) s, &len, &utf8);
9686 if (UNLIKELY(utf8)) {
9708 utf8 = FALSE;
9809 length_in_chars = (utf8)
9997 DEBUG_L(print_collxfrm_input_and_return(s, s + len, xbuf, *xlen, utf8));
10011 DEBUG_L(print_collxfrm_input_and_return(s, s + len, NULL, 0, utf8));