ONIGENC_CODE_TO_MBC 10979 ext/mbstring/oniguruma/enc/unicode.c       return ONIGENC_CODE_TO_MBC(enc, 0x0131, fold);
ONIGENC_CODE_TO_MBC 10982 ext/mbstring/oniguruma/enc/unicode.c       return ONIGENC_CODE_TO_MBC(enc, 0x0069, fold);
ONIGENC_CODE_TO_MBC 10989 ext/mbstring/oniguruma/enc/unicode.c       return ONIGENC_CODE_TO_MBC(enc, to->code[0], fold);      
ONIGENC_CODE_TO_MBC 10999 ext/mbstring/oniguruma/enc/unicode.c 	len = ONIGENC_CODE_TO_MBC(enc, to->code[i], fold);
ONIGENC_CODE_TO_MBC 3299 ext/mbstring/oniguruma/regcomp.c       len = ONIGENC_CODE_TO_MBC(reg->enc, items[i].code[j], buf);
ONIGENC_CODE_TO_MBC 4373 ext/mbstring/oniguruma/regcomp.c     ONIGENC_CODE_TO_MBC(enc, items[i].code[0], buf);
ONIGENC_CODE_TO_MBC 5007 ext/mbstring/oniguruma/regparse.c 	len = ONIGENC_CODE_TO_MBC(env->enc, to[i], buf);
ONIGENC_CODE_TO_MBC 5146 ext/mbstring/oniguruma/regparse.c       int num = ONIGENC_CODE_TO_MBC(env->enc, tok->u.code, buf);