rb_enc_mbc_to_codepoint 1047 encoding.c         c = rb_enc_mbc_to_codepoint(p, e, enc);
rb_enc_mbc_to_codepoint 1065 encoding.c         return rb_enc_mbc_to_codepoint(p, e, enc);
rb_enc_mbc_to_codepoint   46 ext/-test-/string/cstr.c 	c = rb_enc_mbc_to_codepoint(s, s + len, enc);
rb_enc_mbc_to_codepoint  286 file.c         	c = rb_enc_mbc_to_codepoint(p, e, enc);
rb_enc_mbc_to_codepoint  428 re.c           		    unsigned int c = rb_enc_mbc_to_codepoint(p, pend, enc);
rb_enc_mbc_to_codepoint 3501 string.c       	c = rb_enc_mbc_to_codepoint(p, p + len, enc) + 1;
rb_enc_mbc_to_codepoint 3552 string.c       	c = rb_enc_mbc_to_codepoint(p, p + len, enc);
rb_enc_mbc_to_codepoint 3616 string.c           c = rb_enc_mbc_to_codepoint(p, p+len, enc);
rb_enc_mbc_to_codepoint 3628 string.c       	    c = rb_enc_mbc_to_codepoint(p, p+len, enc);
rb_enc_mbc_to_codepoint 3639 string.c                   c = rb_enc_mbc_to_codepoint(p, p+len, enc);
rb_enc_mbc_to_codepoint 5419 string.c       	c = rb_enc_mbc_to_codepoint(p, pend, enc);
rb_enc_mbc_to_codepoint 5508 string.c       	c = rb_enc_mbc_to_codepoint(p, pend, enc);
rb_enc_mbc_to_codepoint 5609 string.c       			unsigned int cc = rb_enc_mbc_to_codepoint(p-1, pend, enc);
rb_enc_mbc_to_codepoint 5682 string.c       		    int cc = rb_enc_mbc_to_codepoint(p-1, pend, enc);
rb_enc_mbc_to_codepoint 9263 string.c       	c = rb_enc_mbc_to_codepoint(s, send, enc);
rb_enc_mbc_to_codepoint 2106 transcode.c                    unsigned int cc = rb_enc_mbc_to_codepoint(start, end, utf8);