ONIGENC_CODE_TO_MBC  314 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_CODE_TO_MBC(enc,code,buf)  onigenc_code_to_mbc(enc, code, buf)
ONIGENC_CODE_TO_MBC  386 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_CODE_TO_MBC(enc,code,buf)      (enc)->code_to_mbc(code,buf)