ONIGENC_IS_MBC_NEWLINE  220 include/ruby/encoding.h #define rb_enc_is_newline(p,end,enc)  ONIGENC_IS_MBC_NEWLINE((enc),(UChar*)(p),(UChar*)(end))
ONIGENC_IS_MBC_NEWLINE   83 regexec.c            if (ONIGENC_IS_MBC_NEWLINE(enc, p, end))
ONIGENC_IS_MBC_NEWLINE   89 regexec.c          return ONIGENC_IS_MBC_NEWLINE(enc, p, end);
ONIGENC_IS_MBC_NEWLINE   94 regexec.c        ONIGENC_IS_MBC_NEWLINE((enc), (p), (end))
ONIGENC_IS_MBC_NEWLINE 2390 regexec.c            else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)
ONIGENC_IS_MBC_NEWLINE 4222 regexec.c            if (ONIGENC_IS_MBC_NEWLINE(reg->enc, pre_end, end)) {