rb_enc_code_to_mbclen 1085 encoding.c     #undef rb_enc_code_to_mbclen
rb_enc_code_to_mbclen 1087 encoding.c     rb_enc_code_to_mbclen(int code, rb_encoding *enc)
rb_enc_code_to_mbclen  207 include/ruby/encoding.h #define rb_enc_code_to_mbclen(c, enc) ONIGENC_CODE_TO_MBCLEN((enc), (c));