Home
last modified time | relevance | path

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

/dports/lang/perl5.32/perl-5.32.1/cpan/Encode/Encode/
H A Dencode.h509 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
520 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
527 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
/dports/lang/perl5.30/perl-5.30.3/cpan/Encode/Encode/
H A Dencode.h501 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
512 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
519 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
/dports/lang/perl5.34/perl-5.34.0/cpan/Encode/Encode/
H A Dencode.h509 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
520 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
527 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
/dports/converters/p5-Encode/Encode-3.16/Encode/
H A Dencode.h509 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
520 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
527 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Encode/Encode/
H A Dencode.h509 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
520 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
527 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
/dports/lang/perl5.34/perl-5.34.0/
H A Dutf8.c728 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
740 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
748 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
925 #undef F0_ABOVE_OVERLONG
/dports/lang/perl5.32/perl-5.32.1/
H A Dutf8.c716 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
728 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
736 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
913 #undef F0_ABOVE_OVERLONG
/dports/lang/perl5.30/perl-5.30.3/
H A Dutf8.c720 # define F0_ABOVE_OVERLONG 0xB0 in S_is_utf8_overlong_given_start_byte_ok() macro
732 # define F0_ABOVE_OVERLONG 0x90 in S_is_utf8_overlong_given_start_byte_ok() macro
740 if ( (s0 == 0xF0 && UNLIKELY(s1 < F0_ABOVE_OVERLONG)) in S_is_utf8_overlong_given_start_byte_ok()
917 #undef F0_ABOVE_OVERLONG