Home
last modified time | relevance | path

Searched refs:conts_for_highest_30_bit (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h452 const U8 conts_for_highest_30_bit[] = "\x41\x41\x41\x41\x41\x41\x42"; in S_does_utf8_overflow() local
454 const U8 conts_for_highest_30_bit[] = "\x80\x80\x80\x80\x80\x80\x81"; in S_does_utf8_overflow()
456 const STRLEN conts_len = sizeof(conts_for_highest_30_bit) - 1; in S_does_utf8_overflow()
460 conts_for_highest_30_bit, in S_does_utf8_overflow()
463 return memGT(s + 1, conts_for_highest_30_bit, cmp_len); in S_does_utf8_overflow()