Lines Matching refs:enh_check
2586 uint64_t ilen, bool enh_check, uintptr_t ra,
2597 bool enh_check, uintptr_t ra, in decode_utf8() argument
2611 } else if (s0 <= (enh_check ? 0xc1 : 0xbf)) { in decode_utf8()
2623 if (enh_check && (s1 & 0xc0) != 0x80) { in decode_utf8()
2640 if (enh_check in decode_utf8()
2647 } else if (s0 <= (enh_check ? 0xf4 : 0xf7)) { in decode_utf8()
2661 if (enh_check in decode_utf8()
2680 bool enh_check, uintptr_t ra, in decode_utf16() argument
2704 if (enh_check && (s1 & 0xfc00) != 0xdc00) { in decode_utf16()
2716 bool enh_check, uintptr_t ra, in decode_utf32() argument
2824 bool enh_check = m3 & 1; in convert_unicode() local
2832 cc = decode(env, src, slen, enh_check, ra, &c, &ilen); in convert_unicode()