rb_enc_isdigit   14661 ext/ripper/ripper.c 	if (!rb_enc_isdigit(*m, enc)) return 0;
rb_enc_isdigit   14665 ext/ripper/ripper.c 	} while (rb_enc_isdigit(*m, enc));
rb_enc_isdigit   14859 ext/ripper/ripper.c     if (!rb_enc_isdigit(*m, enc)) {
rb_enc_isdigit   9261 ext/ripper/ripper.y 	if (!rb_enc_isdigit(*m, enc)) return 0;
rb_enc_isdigit   9265 ext/ripper/ripper.y 	} while (rb_enc_isdigit(*m, enc));
rb_enc_isdigit   9459 ext/ripper/ripper.y     if (!rb_enc_isdigit(*m, enc)) {
rb_enc_isdigit   14593 parse.c        	if (!rb_enc_isdigit(*m, enc)) return 0;
rb_enc_isdigit   14597 parse.c        	} while (rb_enc_isdigit(*m, enc));
rb_enc_isdigit   14791 parse.c            if (!rb_enc_isdigit(*m, enc)) {
rb_enc_isdigit   9261 parse.y        	if (!rb_enc_isdigit(*m, enc)) return 0;
rb_enc_isdigit   9265 parse.y        	} while (rb_enc_isdigit(*m, enc));
rb_enc_isdigit   9459 parse.y            if (!rb_enc_isdigit(*m, enc)) {
rb_enc_isdigit    129 sprintf.c          for (; p < end && rb_enc_isdigit(*p, enc); p++) {	\