ECONV_CRLF_NEWLINE_DECORATOR  452 io.c           # define TEXTMODE_NEWLINE_DECORATOR_ON_WRITE ECONV_CRLF_NEWLINE_DECORATOR
ECONV_CRLF_NEWLINE_DECORATOR  460 io.c           #define NEED_READCONV(fptr) ((fptr)->encs.enc2 != NULL || (fptr)->encs.ecflags & ~ECONV_CRLF_NEWLINE_DECORATOR)
ECONV_CRLF_NEWLINE_DECORATOR  461 io.c           #define NEED_WRITECONV(fptr) (((fptr)->encs.enc != NULL && (fptr)->encs.enc != rb_ascii8bit_encoding()) || ((fptr)->encs.ecflags & ((ECONV_DECORATOR_MASK & ~ECONV_CRLF_NEWLINE_DECORATOR)|ECONV_STATEFUL_DECORATOR_MASK)))
ECONV_CRLF_NEWLINE_DECORATOR 1031 transcode.c          case ECONV_CRLF_NEWLINE_DECORATOR:
ECONV_CRLF_NEWLINE_DECORATOR 1052 transcode.c        if (ecflags & ECONV_CRLF_NEWLINE_DECORATOR)
ECONV_CRLF_NEWLINE_DECORATOR 1947 transcode.c          case ECONV_CRLF_NEWLINE_DECORATOR:
ECONV_CRLF_NEWLINE_DECORATOR 2003 transcode.c            if (ecflags & ECONV_CRLF_NEWLINE_DECORATOR) {
ECONV_CRLF_NEWLINE_DECORATOR 2478 transcode.c    	    ecflags |= ECONV_CRLF_NEWLINE_DECORATOR;
ECONV_CRLF_NEWLINE_DECORATOR 2506 transcode.c    	    setflags |= ECONV_CRLF_NEWLINE_DECORATOR;
ECONV_CRLF_NEWLINE_DECORATOR 4534 transcode.c        rb_define_const(rb_cEncodingConverter, "CRLF_NEWLINE_DECORATOR", INT2FIX(ECONV_CRLF_NEWLINE_DECORATOR));