Home
last modified time | relevance | path

Searched refs:get_actual_encoding (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c206 get_actual_encoding(const int encidx, VALUE str) in get_actual_encoding() function
238 return get_actual_encoding(ENCODING_GET(str), str); in get_encoding()
671 rb_enc_mbminlen(enc = get_actual_encoding(encidx, str)) == 1) { in rb_enc_str_coderange()
5963 actenc = get_actual_encoding(encidx, str); in rb_str_inspect()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.011440 * string.c (get_actual_encoding): get actual encoding according to