ONIGENC_IS_CODE_WORD  270 ext/mbstring/oniguruma/oniguruma.h    ONIGENC_IS_CODE_WORD(enc,ONIGENC_MBC_TO_CODE(enc,s,end))
ONIGENC_IS_CODE_WORD 4661 ext/mbstring/oniguruma/regcomp.c 	      if (! ONIGENC_IS_CODE_WORD(env->enc, i)) {
ONIGENC_IS_CODE_WORD 4668 ext/mbstring/oniguruma/regcomp.c 	      if (ONIGENC_IS_CODE_WORD(env->enc, i)) {
ONIGENC_IS_CODE_WORD  751 ext/mbstring/oniguruma/regint.h   (ONIGENC_IS_CODE_ASCII(code) && ONIGENC_IS_CODE_WORD(enc,code))
ONIGENC_IS_CODE_WORD 2541 ext/mbstring/oniguruma/regparse.c     else if (!ONIGENC_IS_CODE_WORD(enc, c)) {
ONIGENC_IS_CODE_WORD 2563 ext/mbstring/oniguruma/regparse.c     else if (!ONIGENC_IS_CODE_WORD(enc, c)) {
ONIGENC_IS_CODE_WORD 2664 ext/mbstring/oniguruma/regparse.c     else if (!ONIGENC_IS_CODE_WORD(enc, c)) {
ONIGENC_IS_CODE_WORD 2683 ext/mbstring/oniguruma/regparse.c           if (!ONIGENC_IS_CODE_WORD(enc, c))
ONIGENC_IS_CODE_WORD 2691 ext/mbstring/oniguruma/regparse.c         if (!ONIGENC_IS_CODE_WORD(enc, c)) {
ONIGENC_IS_CODE_WORD 3900 ext/mbstring/oniguruma/regparse.c 	    && ! ONIGENC_IS_CODE_WORD(enc, c))