Searched refs:enh_check (Results 1 – 1 of 1) sorted by relevance
2586 uint64_t ilen, bool enh_check, uintptr_t ra,2597 bool enh_check, uintptr_t ra, in decode_utf8() argument2611 } 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() argument2704 if (enh_check && (s1 & 0xfc00) != 0xdc00) { in decode_utf16()2716 bool enh_check, uintptr_t ra, in decode_utf32() argument[all …]