rb_enc_codepoint   95 dir.c              c1 = rb_enc_codepoint(p1, p1end, enc);
rb_enc_codepoint   96 dir.c              c2 = rb_enc_codepoint(p2, p2end, enc);
rb_enc_codepoint  127 include/ruby/encoding.h unsigned int rb_enc_codepoint(const char *p, const char *e, rb_encoding *enc);
rb_enc_codepoint  615 sprintf.c      		    c = rb_enc_codepoint(RSTRING_PTR(tmp), RSTRING_END(tmp), enc);
rb_enc_codepoint 4039 string.c       	c = rb_enc_codepoint(p, pend, enc);
rb_enc_codepoint 4047 string.c                    (cc = rb_enc_codepoint(p,pend,enc),
rb_enc_codepoint 4144 string.c       			int cc = rb_enc_codepoint(p-1, pend, enc);
rb_enc_codepoint 4217 string.c       		    int cc = rb_enc_codepoint(p-1, pend, enc);
rb_enc_codepoint 4296 string.c       		c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4378 string.c       		c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4443 string.c           c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4450 string.c       	c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4506 string.c       	unsigned int c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4563 string.c       	    t->now = rb_enc_codepoint(t->p, t->pend, enc);
rb_enc_codepoint 4568 string.c       		    unsigned int c = rb_enc_codepoint(t->p, t->pend, enc);
rb_enc_codepoint 4683 string.c       	    c0 = c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4750 string.c       	    c0 = c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 4971 string.c       	    c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 5075 string.c       		c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 5215 string.c       	    c = rb_enc_codepoint(s, send, enc);
rb_enc_codepoint 5341 string.c       	    c = rb_enc_codepoint(ptr, eptr, enc);
rb_enc_codepoint 5569 string.c       	newline = rb_enc_codepoint(RSTRING_PTR(rs), RSTRING_END(rs), enc);
rb_enc_codepoint 5573 string.c       	unsigned int c = rb_enc_codepoint(p, pend, enc);
rb_enc_codepoint 5579 string.c       	    if (p < pend && (c = rb_enc_codepoint(p, pend, enc)) != newline) {
rb_enc_codepoint 5582 string.c       	    while (p < pend && rb_enc_codepoint(p, pend, enc) == newline) {
rb_enc_codepoint 5740 string.c       	c = rb_enc_codepoint(ptr, end, enc);
rb_enc_codepoint 5759 string.c           if (p > beg && rb_enc_codepoint(p, end, enc) == '\n') {
rb_enc_codepoint 5761 string.c       	if (p2 && rb_enc_codepoint(p2, end, enc) == '\r') p = p2;
rb_enc_codepoint 5977 string.c       	unsigned int cc = rb_enc_codepoint(s, e, enc);
rb_enc_codepoint 6045 string.c       	    unsigned int c = rb_enc_codepoint(tp, e, enc);
rb_enc_codepoint 6374 string.c           c = rb_enc_codepoint(RSTRING_PTR(s), RSTRING_END(s), STR_ENC_GET(s));
rb_enc_codepoint 6843 string.c       	int c = rb_enc_codepoint(s, send, enc);