ONIGENC_IS_CODE_BLANK 319 mbstring/oniguruma/oniguruma.h # define ONIGENC_IS_CODE_BLANK(enc,code) isblank((int )code) ONIGENC_IS_CODE_BLANK 321 mbstring/oniguruma/oniguruma.h # define ONIGENC_IS_CODE_BLANK(enc,code) ((code) == ' ' || (code) == '\t') ONIGENC_IS_CODE_BLANK 404 mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_CODE_BLANK(enc,code) \