rb_enc_to_index   691 dir.c              switch (rb_enc_to_index(enc)) {
rb_enc_to_index  1048 dir.c              int fsenc = rb_enc_to_index(rb_filesystem_encoding());
rb_enc_to_index  2177 dir.c              if (rb_enc_to_index(enc) == ENCINDEX_US_ASCII)
rb_enc_to_index  2179 dir.c              if (rb_enc_to_index(enc) == ENCINDEX_US_ASCII)
rb_enc_to_index   142 encoding.c         int index = rb_enc_to_index(enc);
rb_enc_to_index   856 encoding.c         return rb_enc_associate_index(obj, rb_enc_to_index(enc));
rb_enc_to_index  1121 encoding.c         if (!(enc = DATA_PTR(self)) || rb_enc_from_index(rb_enc_to_index(enc)) != enc) {
rb_enc_to_index  1412 encoding.c     	def->index = rb_enc_to_index(rb_to_encoding(encoding));
rb_enc_to_index  10759 ext/tk/tcltklib.c     ENCODING_INDEX_UTF8   = rb_enc_to_index(rb_utf8_encoding());
rb_enc_to_index  3879 file.c             switch (rb_enc_to_index(enc)) {
rb_enc_to_index   117 include/ruby/encoding.h PUREFUNC(int rb_enc_to_index(rb_encoding *enc));
rb_enc_to_index   109 localeinit.c       idx = rb_enc_to_index(rb_default_external_encoding());
rb_enc_to_index    36 miniinit.c         return rb_enc_to_index(rb_default_external_encoding());
rb_enc_to_index   359 string.c           return setup_fake_str(fake_str, name, len, rb_enc_to_index(enc));
rb_enc_to_index   491 string.c           if (rb_enc_to_index(enc) == rb_ascii8bit_encindex()) {
rb_enc_to_index   527 string.c           if (rb_enc_to_index(enc) == rb_ascii8bit_encindex()) {
rb_enc_to_index   832 string.c           return str_new_static(rb_cString, ptr, len, rb_enc_to_index(enc));
rb_enc_to_index   983 string.c           int eidx = rb_enc_to_index(eenc);
rb_enc_to_index  1745 string.c           ENCODING_CODERANGE_SET(str3, rb_enc_to_index(enc),
rb_enc_to_index  2673 string.c               rb_enc_to_index(ptr_enc), ENC_CODERANGE_UNKNOWN, NULL);
rb_enc_to_index  2783 string.c           encidx = rb_enc_to_index(enc);
rb_enc_to_index  8949 string.c           encidx = rb_enc_to_index(enc);
rb_enc_to_index  9161 string.c           ENCODING_CODERANGE_SET(buf, rb_enc_to_index(enc), cr);
rb_enc_to_index   194 win32/file.c       enc_idx = rb_enc_to_index(enc);
rb_enc_to_index  2104 win32/win32.c      int encindex = rb_enc_to_index(enc);
rb_enc_to_index  2210 win32/win32.c      int idx = rb_enc_to_index(enc);