Searched refs:rb_enc_str_asciionly_p (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dencoding.h195 int rb_enc_str_asciionly_p(VALUE);
/macosx-10.10.1/ruby-106/ruby/
H A Dobject.c407 if (!rb_enc_str_asciionly_p(str))
411 if (rb_enc_get(str) != ext && !rb_enc_str_asciionly_p(str))
H A Dre.c2971 int ascii_only = rb_enc_str_asciionly_p(str);
3193 else if (rb_enc_str_asciionly_p(e)) {
H A Dencoding.c812 return (rb_enc_asciicompat(enc1) && rb_enc_str_asciionly_p(str2)) ? enc1 : enc2;
H A Ddir.c1940 if (!rb_enc_str_asciionly_p(path)) {
H A Dfile.c154 && !rb_enc_str_asciionly_p(name)) {
H A Dstring.c340 rb_enc_str_asciionly_p(VALUE str) function

Completed in 155 milliseconds