ONIGENC_IS_MBC_NEWLINE 143 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 37 regexec.c ONIGENC_IS_MBC_NEWLINE(enc,(p+enclen(enc,p)),end)) ONIGENC_IS_MBC_NEWLINE 1796 regexec.c if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; ONIGENC_IS_MBC_NEWLINE 1814 regexec.c if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; ONIGENC_IS_MBC_NEWLINE 1845 regexec.c if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; ONIGENC_IS_MBC_NEWLINE 1883 regexec.c if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) goto fail; ONIGENC_IS_MBC_NEWLINE 2011 regexec.c else if (ONIGENC_IS_MBC_NEWLINE(encode, sprev, end) && !ON_STR_END(s)) { ONIGENC_IS_MBC_NEWLINE 2021 regexec.c if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) { ONIGENC_IS_MBC_NEWLINE 2030 regexec.c else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end)) { ONIGENC_IS_MBC_NEWLINE 2046 regexec.c if (IS_EMPTY_STR || !ONIGENC_IS_MBC_NEWLINE(encode, sprev, end)) { ONIGENC_IS_MBC_NEWLINE 2055 regexec.c else if (ONIGENC_IS_MBC_NEWLINE(encode, s, end) && ONIGENC_IS_MBC_NEWLINE 3193 regexec.c if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) ONIGENC_IS_MBC_NEWLINE 3203 regexec.c if (prev && ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) ONIGENC_IS_MBC_NEWLINE 3207 regexec.c else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end) ONIGENC_IS_MBC_NEWLINE 3315 regexec.c if (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) { ONIGENC_IS_MBC_NEWLINE 3327 regexec.c if (ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end)) { ONIGENC_IS_MBC_NEWLINE 3333 regexec.c else if (! ONIGENC_IS_MBC_NEWLINE(reg->enc, p, end) ONIGENC_IS_MBC_NEWLINE 3534 regexec.c if (ONIGENC_IS_MBC_NEWLINE(reg->enc, pre_end, end)) { ONIGENC_IS_MBC_NEWLINE 3642 regexec.c while (!ONIGENC_IS_MBC_NEWLINE(reg->enc, prev, end) && s < range) {