Searched refs:PERL_UNICODE_MAX (Results 1 – 4 of 4) sorted by relevance
1010 #define PERL_UNICODE_MAX 0x10FFFF macro1022 #define UNICODE_IS_SUPER(uv) UNLIKELY((UV) (uv) > PERL_UNICODE_MAX)1051 #define UTF_START_BYTE_110000_ UTF_START_BYTE(PERL_UNICODE_MAX + 1, 21)1053 UTF_FIRST_CONT_BYTE(PERL_UNICODE_MAX + 1, 21)
4852 if (mb_cur_max < (int) UNISKIP(PERL_UNICODE_MAX)) { in S_is_locale_utf8()6606 2 * UVCHR_SKIP(PERL_UNICODE_MAX) * 4)) in S_langinfo_sv_i()7815 if (mb_cur_max < (int) UNISKIP(PERL_UNICODE_MAX)) { in S_maybe_override_codeset()
567 # define UNICODE_IS_SUPER(uv) ((UV) (uv) > PERL_UNICODE_MAX)725 else if (UNLIKELY(uv > PERL_UNICODE_MAX)) { in utf8n_to_uvchr_msgs()1002 const char * preface = ( uv > PERL_UNICODE_MAX in utf8n_to_uvchr_msgs()1213 # define UNICODE_IS_SUPER(uv) ((UV) (uv) > PERL_UNICODE_MAX)
115 PERL_UNICODE_MAX # Z added by devel/scanprov