ONIGENC_IS_CODE_DIGIT  395 mbstring/oniguruma/regint.h   (ONIGENC_IS_CODE_DIGIT(enc,code) ? DIGITVAL(code) \
ONIGENC_IS_CODE_DIGIT 1565 mbstring/oniguruma/regparse.c     if (ONIGENC_IS_CODE_DIGIT(enc, c)) {
ONIGENC_IS_CODE_DIGIT 1621 mbstring/oniguruma/regparse.c     if (ONIGENC_IS_CODE_DIGIT(enc, c) && c < '8') {
ONIGENC_IS_CODE_DIGIT 2496 mbstring/oniguruma/regparse.c       if (! ONIGENC_IS_CODE_DIGIT(enc, c)) goto err;
ONIGENC_IS_CODE_DIGIT 2558 mbstring/oniguruma/regparse.c     if (ONIGENC_IS_CODE_DIGIT(enc, c)) {
ONIGENC_IS_CODE_DIGIT 2576 mbstring/oniguruma/regparse.c       if (! ONIGENC_IS_CODE_DIGIT(enc, c)) {
ONIGENC_IS_CODE_DIGIT 2629 mbstring/oniguruma/regparse.c     if (! ONIGENC_IS_CODE_DIGIT(enc, c))