Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dutf8.h361 #define ONE_IF_EBCDIC_ZERO_IF_NOT \ macro
500 (ASCII_PLATFORM_UTF8_MAXBYTES + ONE_IF_EBCDIC_ZERO_IF_NOT)
525 ( ( -ONE_IF_EBCDIC_ZERO_IF_NOT /* platform break pos's are off-by-one */ \
1132 UNLIKELY((UV) (uv) > nBIT_UMAX(31 - ONE_IF_EBCDIC_ZERO_IF_NOT))
1134 (UTF8SKIP(s) > 6 + ONE_IF_EBCDIC_ZERO_IF_NOT)
H A Dutf8.c252 while (p >= d + 6 + ONE_IF_EBCDIC_ZERO_IF_NOT) { in Perl_uvoffuni_to_utf8_flags_msgs()
259 case 6 + ONE_IF_EBCDIC_ZERO_IF_NOT: in Perl_uvoffuni_to_utf8_flags_msgs()
260 d[5 + ONE_IF_EBCDIC_ZERO_IF_NOT] in Perl_uvoffuni_to_utf8_flags_msgs()
265 case 5 + ONE_IF_EBCDIC_ZERO_IF_NOT: in Perl_uvoffuni_to_utf8_flags_msgs()
266 d[4 + ONE_IF_EBCDIC_ZERO_IF_NOT] in Perl_uvoffuni_to_utf8_flags_msgs()
271 case 4 + ONE_IF_EBCDIC_ZERO_IF_NOT: in Perl_uvoffuni_to_utf8_flags_msgs()
298 d[3 + ONE_IF_EBCDIC_ZERO_IF_NOT] in Perl_uvoffuni_to_utf8_flags_msgs()
303 case 3 + ONE_IF_EBCDIC_ZERO_IF_NOT: in Perl_uvoffuni_to_utf8_flags_msgs()
341 d[2 + ONE_IF_EBCDIC_ZERO_IF_NOT] in Perl_uvoffuni_to_utf8_flags_msgs()
821 case 4 + ONE_IF_EBCDIC_ZERO_IF_NOT: in Perl_is_utf8_char_helper_()
[all …]
H A Dregcomp.c11795 = nBIT_UMAX(7 + ONE_IF_EBCDIC_ZERO_IF_NOT); in S_optimize_regclass()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5035004222 ONE_IF_EBCDIC_ZERO_IF_NOT # Z added by devel/scanprov