ONIGENC_MBC_MAXLEN 265 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_SINGLEBYTE(enc) (ONIGENC_MBC_MAXLEN(enc) == 1) ONIGENC_MBC_MAXLEN 290 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc) ONIGENC_MBC_MAXLEN 2536 ext/mbstring/oniguruma/regcomp.c xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); ONIGENC_MBC_MAXLEN 5167 ext/mbstring/oniguruma/regcomp.c if (ONIGENC_MBC_MAXLEN(reg->enc) == 1 && ONIGENC_MBC_MAXLEN 47 ext/mbstring/oniguruma/reggnu.c if (startpos > 0 && ONIGENC_MBC_MAXLEN(reg->enc) != 1 && startpos < size) { ONIGENC_MBC_MAXLEN 4245 ext/mbstring/oniguruma/regparse.c for (i = 1; i < ONIGENC_MBC_MAXLEN(env->enc); i++) {