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

/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dencoding.rb10 encoding = find_encoding(encoding)
33 def find_encoding(name) method in class:REXML.Encoding
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c9060 find_encoding(VALUE v) function
9075 enc2 = find_encoding(v1);
9084 enc = find_encoding(v2);
9091 enc = find_encoding(v2);
9115 rb_io_ext_int_to_encs(find_encoding(v1), NULL, &enc, &enc2, 0);

Completed in 144 milliseconds