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

/macosx-10.10.1/ruby-106/ruby/ext/psych/
H A Dpsych_emitter.c165 name = rb_str_export_to_enc(name, encoding);
166 value = rb_str_export_to_enc(value, encoding);
238 value = rb_str_export_to_enc(value, encoding);
242 anchor = rb_str_export_to_enc(anchor, encoding);
247 tag = rb_str_export_to_enc(tag, encoding);
289 anchor = rb_str_export_to_enc(anchor, encoding);
294 tag = rb_str_export_to_enc(tag, encoding);
358 anchor = rb_str_export_to_enc(anchor, encoding);
363 tag = rb_str_export_to_enc(tag, encoding);
414 anchor = rb_str_export_to_enc(ancho
[all...]
H A Dpsych_parser.c24 (_str) = rb_str_export_to_enc((_str), (_internal_enc)); \
101 src = rb_str_export_to_enc(src, rb_utf8_encoding());
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dencoding.h111 VALUE rb_str_export_to_enc(VALUE, rb_encoding *);
/macosx-10.10.1/ruby-106/ruby/ext/tk/
H A Dtcltklib.c1240 pathobj = rb_str_export_to_enc(pathobj, rb_utf8_encoding());
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c632 rb_str_export_to_enc(VALUE str, rb_encoding *enc) function

Completed in 271 milliseconds