ONIGENC_CODE_TO_MBC 10981 enc/unicode.c return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold); ONIGENC_CODE_TO_MBC 10984 enc/unicode.c return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold); ONIGENC_CODE_TO_MBC 10991 enc/unicode.c return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold); ONIGENC_CODE_TO_MBC 11001 enc/unicode.c len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold); ONIGENC_CODE_TO_MBC 134 include/ruby/encoding.h #define rb_enc_mbcput(c,buf,enc) ONIGENC_CODE_TO_MBC(enc,c,(UChar*)(buf)) ONIGENC_CODE_TO_MBC 3299 regcomp.c len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf); ONIGENC_CODE_TO_MBC 4373 regcomp.c ONIGENC_CODE_TO_MBC(enc, items[i].code[0], buf); ONIGENC_CODE_TO_MBC 5015 regparse.c len = ONIGENC_CODE_TO_MBC(env->enc, to[i], buf); ONIGENC_CODE_TO_MBC 5154 regparse.c int num = ONIGENC_CODE_TO_MBC(env->enc, tok->u.code, buf);