Searched refs:rb_to_encoding_index (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dencoding.h90 int rb_to_encoding_index(VALUE);
/macosx-10.10/ruby-106/ruby/ext/psych/
H A Dpsych_parser.c119 io_external_enc_index = rb_to_encoding_index(io_external_encoding);
/macosx-10.10/ruby-106/ruby/
H A Dencoding.c146 rb_to_encoding_index(VALUE enc) function
1034 args[0] = (VALUE)rb_to_encoding_index(self);
H A Dtranscode.c2612 if (((encidx = rb_to_encoding_index(encval = *arg)) < 0) ||
3009 sidx = rb_to_encoding_index(*snamev_p);
3018 didx = rb_to_encoding_index(*dnamev_p);
H A Dio.c5005 int idx = rb_to_encoding_index(encoding);
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dtcltklib.c8278 rb_enc_associate_index(str, rb_to_encoding_index(encobj));

Completed in 224 milliseconds