rb_enc_codepoint 238 dir.c c1 = rb_enc_codepoint(s, send, enc); rb_enc_codepoint 240 dir.c c2 = rb_enc_codepoint(t1, pend, enc); rb_enc_codepoint 243 dir.c c2 = rb_enc_codepoint(t2, pend, enc); rb_enc_codepoint 254 dir.c c1 = rb_enc_toupper(rb_enc_codepoint(s, send, enc), enc); rb_enc_codepoint 255 dir.c c2 = rb_enc_toupper(rb_enc_codepoint(p, pend, enc), enc); rb_enc_codepoint 347 dir.c if (rb_enc_toupper(rb_enc_codepoint(p, pend, enc), enc) != rb_enc_codepoint 348 dir.c rb_enc_toupper(rb_enc_codepoint(s, send, enc), enc)) rb_enc_codepoint 15 ext/-test-/string/cstr.c c = rb_enc_codepoint(&s[len], &s[len+rb_enc_mbminlen(enc)], enc); rb_enc_codepoint 198 include/ruby/encoding.h unsigned int rb_enc_codepoint(const char *p, const char *e, rb_encoding *enc); rb_enc_codepoint 3689 io.c c = rb_enc_codepoint(fptr->cbuf.ptr+fptr->cbuf.off, rb_enc_codepoint 3708 io.c c = rb_enc_codepoint(fptr->rbuf.ptr+fptr->rbuf.off, rb_enc_codepoint 3731 io.c c = rb_enc_codepoint(cbuf, p, enc); rb_enc_codepoint 5515 string.c (cc = rb_enc_codepoint(p,pend,enc), rb_enc_codepoint 8011 string.c unsigned int c = rb_enc_codepoint(tp, e, enc); rb_enc_codepoint 8384 string.c c = rb_enc_codepoint(RSTRING_PTR(s), RSTRING_END(s), STR_ENC_GET(s));