Searched refs:ID_to_s (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/tkutil/
H A Dtkutil.c63 static ID ID_to_s; variable
172 id_num = rb_funcall(id_num, ID_to_s, 0, 0);
269 rb_hash_aset(hash, rb_funcall(key, ID_to_s, 0, 0), value);
309 sys_enc = rb_funcall(sys_enc, ID_to_s, 0, 0);
319 dst_enc = rb_funcall(enc_flag, ID_to_s, 0, 0);
345 str_enc = rb_funcall(str_enc, ID_to_s, 0, 0);
392 str_enc = rb_funcall(str_enc, ID_to_s, 0, 0);
412 str_enc = rb_funcall(str_enc, ID_to_s, 0, 0);
463 sys_enc = rb_funcall(sys_enc, ID_to_s, 0, 0);
473 dst_enc = rb_funcall(enc_flag, ID_to_s,
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c243 static ID ID_to_s; variable
3124 enc = rb_funcall(enc, ID_to_s, 0, 0);
3176 if (rb_respond_to(obj, ID_to_s)) {
3177 return rb_funcall(obj, ID_to_s, 0, 0);
7285 rb_funcall(ret, ID_to_s, 0, 0)));
7771 rb_funcall(ret, ID_to_s, 0, 0)));
7995 enc = rb_funcall(rb_obj_encoding(str), ID_to_s, 0, 0);
8008 enc = rb_funcall(enc, ID_to_s, 0, 0);
8199 enc = rb_funcall(enc, ID_to_s, 0, 0);
8454 enc_name = rb_funcall(enc_name, ID_to_s,
[all...]

Completed in 125 milliseconds