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

/macosx-10.9.5/ruby-104/ruby/ext/psych/
H A Dpsych_parser.c81 int utf8 = rb_utf8_encindex();
128 if (io_external_enc_index == rb_utf8_encindex()) {
239 int encoding = rb_utf8_encindex();
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dencoding.h207 int rb_utf8_encindex(void);
/macosx-10.9.5/ruby-104/ruby/
H A Dmarshal.c546 else if (encidx == rb_utf8_encindex()) {
1246 else if (val == Qtrue) return rb_utf8_encindex();
H A Dencoding.c1177 rb_utf8_encindex(void) function
H A Dpack.c1049 rb_enc_set_index(res, rb_utf8_encindex());
H A Dre.c316 *kcode = rb_utf8_encindex();
H A Dio.c5339 return rb_utf8_encindex();

Completed in 134 milliseconds