rb_enc_mbc_to_codepoint  769 encoding.c         c = rb_enc_mbc_to_codepoint(p, e, enc);
rb_enc_mbc_to_codepoint  784 encoding.c             return rb_enc_mbc_to_codepoint(p, e, enc);
rb_enc_mbc_to_codepoint 2673 string.c           c = rb_enc_mbc_to_codepoint(p, p+len, enc);
rb_enc_mbc_to_codepoint 2684 string.c               c = rb_enc_mbc_to_codepoint(p, p+len, enc);
rb_enc_mbc_to_codepoint 2694 string.c                   c = rb_enc_mbc_to_codepoint(p, p+len, enc);