rb_enc_associate_index 623 encoding.c return rb_enc_associate_index(obj, rb_enc_to_index(enc)); rb_enc_associate_index 708 encoding.c rb_enc_associate_index(obj1, rb_enc_get_index(obj2)); rb_enc_associate_index 469 ext/iconv/iconv.c if (toidx >= 0) rb_enc_associate_index(ret, toidx); rb_enc_associate_index 477 ext/iconv/iconv.c if (toidx >= 0) rb_enc_associate_index(ret, toidx); rb_enc_associate_index 499 ext/iconv/iconv.c if (toidx >= 0) rb_enc_associate_index(ret, toidx); rb_enc_associate_index 525 ext/iconv/iconv.c if (toidx >= 0) rb_enc_associate_index(ret, toidx); rb_enc_associate_index 6096 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 6102 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_UTF8); rb_enc_associate_index 7114 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 7134 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 7171 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_UTF8); rb_enc_associate_index 7264 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 7272 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 7320 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_BINARY); rb_enc_associate_index 7367 ext/tk/tcltklib.c rb_enc_associate_index(str, rb_to_encoding_index(encobj)); rb_enc_associate_index 7371 ext/tk/tcltklib.c rb_enc_associate_index(str, rb_enc_find_index(RSTRING_PTR(encodename))); rb_enc_associate_index 7471 ext/tk/tcltklib.c rb_enc_associate_index(str, ENCODING_INDEX_UTF8); rb_enc_associate_index 8853 ext/tk/tcltklib.c rb_enc_associate_index(elem, ENCODING_INDEX_BINARY); rb_enc_associate_index 8856 ext/tk/tcltklib.c rb_enc_associate_index(elem, list_enc_idx); rb_enc_associate_index 82 include/ruby/encoding.h VALUE rb_enc_associate_index(VALUE, int); rb_enc_associate_index 1152 marshal.c if (idx > 0) rb_enc_associate_index(obj, idx); rb_enc_associate_index 2030 transcode.c rb_enc_associate_index(bytes, idx); rb_enc_associate_index 2540 transcode.c rb_enc_associate_index(str, encidx);