Searched refs:rb_obj_encoding (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dencoding.h106 VALUE rb_obj_encoding(VALUE);
/macosx-10.9.5/ruby-104/ruby/
H A Dencoding.c870 rb_obj_encoding(VALUE obj) function
H A Dstring.c8151 return rb_obj_encoding(rb_id2str(SYM2ID(sym)));
8320 rb_define_method(rb_cString, "encoding", rb_obj_encoding, 0); /* in encoding.c */
H A Dtranscode.c2674 arg1 = rb_obj_encoding(str);
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c7995 enc = rb_funcall(rb_obj_encoding(str), ID_to_s, 0, 0);

Completed in 132 milliseconds