ENCODING_GET      846 ext/iconv/iconv.c     return iconv_convert(cd, Qnil, 0, 0, ENCODING_GET(self), NULL);
ENCODING_GET      914 ext/iconv/iconv.c     return iconv_convert(VALUE2ICONV(cd), str, start, length, ENCODING_GET(self), NULL);
ENCODING_GET      930 ext/iconv/iconv.c     int toidx = ENCODING_GET(self);
ENCODING_GET     14320 ext/ripper/ripper.c 	if (idx != ENCODING_GET(str) &&
ENCODING_GET     8920 ext/ripper/ripper.y 	if (idx != ENCODING_GET(str) &&
ENCODING_GET     14252 parse.c        	if (idx != ENCODING_GET(str) &&
ENCODING_GET     8920 parse.y        	if (idx != ENCODING_GET(str) &&
ENCODING_GET     2451 re.c           	&& ENCODING_GET(reg_cache) == ENCODING_GET(str)
ENCODING_GET     2508 re.c               if (ENCODING_GET(re1) != ENCODING_GET(re2)) return Qfalse;
ENCODING_GET      115 string.c       #define STR_ENC_GET(str) rb_enc_from_index(ENCODING_GET(str))
ENCODING_GET      278 string.c           rb_enc_set_index(str1, ENCODING_GET(str2));
ENCODING_GET     1687 string.c           int str_encindex = ENCODING_GET(str);
ENCODING_GET     1781 string.c           int encindex = ENCODING_GET(str);
ENCODING_GET     1809 string.c               ENCODING_GET(str2), str2_cr, &str2_cr);
ENCODING_GET     2022 string.c           int e = ENCODING_GET(str);
ENCODING_GET     2066 string.c           idx1 = ENCODING_GET(str1);
ENCODING_GET     2067 string.c           idx2 = ENCODING_GET(str2);
ENCODING_GET     2094 string.c       		if (ENCODING_GET(str1) > ENCODING_GET(str2))