Searched defs:rb_enc_codepoint (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dencoding.h154 #define rb_enc_codepoint(p,e,enc) rb_enc_codepoint_len((p),(e),0,(enc)) macro
/macosx-10.10/ruby-106/ruby/
H A Dencoding.c946 #undef rb_enc_codepoint macro
948 rb_enc_codepoint(const char *p, const char *e, rb_encoding *enc) function

Completed in 118 milliseconds