ONIGENC_MBC_MINLEN  590 ext/mbstring/oniguruma/regcomp.c     if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) {
ONIGENC_MBC_MINLEN  626 ext/mbstring/oniguruma/regcomp.c     if (ONIGENC_MBC_MINLEN(reg->enc) > 1 || bitset_is_empty(cc->bs)) {
ONIGENC_MBC_MINLEN 3993 ext/mbstring/oniguruma/regcomp.c     if (i == 0 && ONIGENC_MBC_MINLEN(enc) > 1)
ONIGENC_MBC_MINLEN 4632 ext/mbstring/oniguruma/regcomp.c         OnigDistance min = ONIGENC_MBC_MINLEN(env->enc);
ONIGENC_MBC_MINLEN 4678 ext/mbstring/oniguruma/regcomp.c         min = ONIGENC_MBC_MINLEN(env->enc);
ONIGENC_MBC_MINLEN 4686 ext/mbstring/oniguruma/regcomp.c       OnigDistance min = ONIGENC_MBC_MINLEN(env->enc);
ONIGENC_MBC_MINLEN 5035 ext/mbstring/oniguruma/regcomp.c   if (ONIGENC_MBC_MINLEN(enc) > 1) {
ONIGENC_MBC_MINLEN 5652 ext/mbstring/oniguruma/regcomp.c   if (ONIGENC_MBC_MINLEN(enc) > 1) {
ONIGENC_MBC_MINLEN  132 ext/mbstring/oniguruma/regenc.c       int len = ONIGENC_MBC_MINLEN(enc);
ONIGENC_MBC_MINLEN  157 ext/mbstring/oniguruma/regenc.c       int len = ONIGENC_MBC_MINLEN(enc);
ONIGENC_MBC_MINLEN  202 ext/mbstring/oniguruma/regerror.c   if (ONIGENC_MBC_MINLEN(enc) > 1) {
ONIGENC_MBC_MINLEN  358 ext/mbstring/oniguruma/regerror.c         if (ONIGENC_MBC_MINLEN(enc) == 1) {
ONIGENC_MBC_MINLEN  130 ext/mbstring/oniguruma/regparse.c   (OnigCodePoint )(ONIGENC_MBC_MINLEN(enc) > 1 ? 0 : 0x80)
ONIGENC_MBC_MINLEN  236 ext/mbstring/oniguruma/regparse.c   term_len = ONIGENC_MBC_MINLEN(enc);
ONIGENC_MBC_MINLEN 4255 ext/mbstring/oniguruma/regparse.c 	if (i < ONIGENC_MBC_MINLEN(env->enc)) {
ONIGENC_MBC_MINLEN 4973 ext/mbstring/oniguruma/regparse.c       if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) {
ONIGENC_MBC_MINLEN 4982 ext/mbstring/oniguruma/regparse.c       if (ONIGENC_MBC_MINLEN(env->enc) > 1 || *to >= SINGLE_BYTE_SIZE) {
ONIGENC_MBC_MINLEN 5109 ext/mbstring/oniguruma/regparse.c 	if (len >= ONIGENC_MBC_MINLEN(env->enc)) {
ONIGENC_MBC_MINLEN 5123 ext/mbstring/oniguruma/regparse.c 	  if (len < ONIGENC_MBC_MINLEN(env->enc)) {
ONIGENC_MBC_MINLEN 5124 ext/mbstring/oniguruma/regparse.c 	    rem = ONIGENC_MBC_MINLEN(env->enc) - len;
ONIGENC_MBC_MINLEN   40 ext/mbstring/oniguruma/regposix.c   if (ONIGENC_MBC_MINLEN(enc) == 1) { \