rb_enc_str_asciionly_p  166 include/ruby/encoding.h int rb_enc_str_asciionly_p(VALUE);
rb_enc_str_asciionly_p 2824 re.c               int ascii_only = rb_enc_str_asciionly_p(str);
rb_enc_str_asciionly_p 3046 re.c                           else if (rb_enc_str_asciionly_p(e)) {
rb_enc_str_asciionly_p 2024 string.c       	if (rb_enc_str_asciionly_p(str)) e = 0;