ONIGENC_MBC_MAXLEN 272 mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_SINGLEBYTE(enc) (ONIGENC_MBC_MAXLEN(enc) == 1) ONIGENC_MBC_MAXLEN 303 mbstring/oniguruma/oniguruma.h (ONIGENC_MBC_MAXLEN(enc) > 0 ? ONIGENC_MBC_MAXLEN(enc) \ ONIGENC_MBC_MAXLEN 375 mbstring/oniguruma/oniguruma.h #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc) ONIGENC_MBC_MAXLEN 2541 mbstring/oniguruma/regcomp.c xs->s + ONIGENC_MBC_MAXLEN(reg->enc)); ONIGENC_MBC_MAXLEN 4960 mbstring/oniguruma/regcomp.c if (ONIGENC_MBC_MAXLEN(reg->enc) == 1 && ONIGENC_MBC_MAXLEN 47 mbstring/oniguruma/reggnu.c if (startpos > 0 && ONIGENC_MBC_MAXLEN(reg->enc) != 1 && startpos < size) { ONIGENC_MBC_MAXLEN 4129 mbstring/oniguruma/regparse.c for (i = 1; i < ONIGENC_MBC_MAXLEN(env->enc); i++) {