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

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c2344 rb_encoding *src_enc; local
2346 src_enc = rb_enc_get(str);
2348 src_enc != ascii8bit) {
2352 src_enc = ascii8bit;
2359 buf = rb_reg_preprocess(p, end, src_enc, &fixed_enc, err);
3292 rb_encoding *src_enc = rb_enc_get(src); local
3367 rb_enc_str_buf_cat(val, RSTRING_PTR(src), BEG(0), src_enc);
3371 rb_enc_str_buf_cat(val, RSTRING_PTR(src)+END(0), RSTRING_LEN(src)-END(0), src_enc);
3392 rb_enc_str_buf_cat(val, RSTRING_PTR(src)+BEG(no), END(no)-BEG(no), src_enc);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/
H A Dtk.rb302 def tk_split_escstr(str, src_enc=true, dst_enc=true)
303 str = _toUTF8(str) if src_enc
311 def tk_split_sublist(str, depth=-1, src_enc=true, dst_enc=true)
314 str = _toUTF8(str) if src_enc
331 def tk_split_list(str, depth=0, src_enc=true, dst_enc=true)
333 str = _toUTF8(str) if src_enc
339 def tk_split_simplelist(str, src_enc=true, dst_enc=true)
347 str = _toUTF8(str) if src_enc
418 def tk_split_escstr(str, src_enc=true, dst_enc=true)
439 def tk_split_sublist(str, depth=-1, src_enc
[all...]

Completed in 179 milliseconds