rb_enc_str_asciionly_p 2439 dir.c if (!rb_enc_str_asciionly_p(path)) { rb_enc_str_asciionly_p 901 encoding.c return (rb_enc_asciicompat(enc1) && rb_enc_str_asciionly_p(str2)) ? enc1 : enc2; rb_enc_str_asciionly_p 141 file.c !rb_enc_str_asciionly_p(name)) { rb_enc_str_asciionly_p 3892 file.c if (origenc != enc && rb_enc_str_asciionly_p(resolved)) rb_enc_str_asciionly_p 2966 hash.c if (!rb_enc_str_asciionly_p(str)) { rb_enc_str_asciionly_p 249 include/ruby/encoding.h int rb_enc_str_asciionly_p(VALUE); rb_enc_str_asciionly_p 1339 marshal.c if (rb_enc_str_asciionly_p(s)) rb_enc_associate_index(s, ENCINDEX_US_ASCII); rb_enc_str_asciionly_p 482 object.c if (!rb_enc_str_asciionly_p(str)) rb_enc_str_asciionly_p 486 object.c if (rb_enc_get(str) != enc && !rb_enc_str_asciionly_p(str)) rb_enc_str_asciionly_p 3355 re.c int ascii_only = rb_enc_str_asciionly_p(str); rb_enc_str_asciionly_p 3577 re.c else if (rb_enc_str_asciionly_p(e)) { rb_enc_str_asciionly_p 4101 time.c if (!rb_enc_str_asciionly_p(name)) { rb_enc_str_asciionly_p 385 win32/file.c if (path_cp == INVALID_CODE_PAGE || rb_enc_str_asciionly_p(path)) {