Searched refs:get_actual_encoding (Results 1 – 2 of 2) sorted by relevance
206 get_actual_encoding(const int encidx, VALUE str) in get_actual_encoding() function238 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()
11440 * string.c (get_actual_encoding): get actual encoding according to