Lines Matching refs:EBCDIC
37 /* If you are compiling for a system that uses EBCDIC instead of ASCII
39 NEWLINE macro below to set a suitable EBCDIC newline, commonly 21 (0x15).
40 On systems that can use "configure" or CMake to set EBCDIC, NEWLINE is
41 automatically adjusted. When EBCDIC is set, PCRE assumes that all input
42 strings are in EBCDIC. If you do not define this macro, PCRE will assume
44 a version of PCRE that supports both EBCDIC and UTF-8/16/32. */
45 #undef EBCDIC
47 /* In an EBCDIC environment, define this macro to any value to arrange for the
198 (CRLF); in EBCDIC environments the value can be 21 or 37 (LF), 13 (CR), or
201 LF. In both ASCII and EBCDIC environments the value can also be -1 (ANY),
329 This will work even in an EBCDIC environment, but it is incompatible with
330 the EBCDIC macro. That is, PCRE can support *either* EBCDIC code *or*