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

/macosx-10.10/ruby-106/ruby/
H A Dencoding.c88 rb_enc_from_encoding_index(int idx) function
93 rb_bug("rb_enc_from_encoding_index(%d): no rb_encoding_list", idx);
97 rb_bug("rb_enc_from_encoding_index(%d): not created yet", idx);
108 return rb_enc_from_encoding_index(idx);
366 return rb_enc_from_encoding_index(
876 return rb_enc_from_encoding_index(idx);
1098 return rb_enc_from_encoding_index(idx);

Completed in 258 milliseconds