Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c449 enc = STR_ENC_GET(str); in single_byte_optimizable()
1440 enc = STR_ENC_GET(str2); in str_shared_replace()
4145 enc = STR_ENC_GET(str); in str_succ()
5477 enc = STR_ENC_GET(str); in rb_str_setbyte()
5646 enc = STR_ENC_GET(str); in rb_str_reverse()
6632 enc = STR_ENC_GET(str); in rb_str_upcase_bang()
6698 enc = STR_ENC_GET(str); in rb_str_downcase_bang()
6809 enc = STR_ENC_GET(str); in rb_str_capitalize_bang()
6865 enc = STR_ENC_GET(str); in rb_str_swapcase_bang()
7469 enc = STR_ENC_GET(str); in rb_str_squeeze_bang()
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.354254 * string.c (STR_ENC_GET): defined. same as rb_enc_get without