ONIGENC_IS_CODE_BLANK  325 ext/mbstring/oniguruma/oniguruma.h # define ONIGENC_IS_CODE_BLANK(enc,code) isblank((int )code)
ONIGENC_IS_CODE_BLANK  327 ext/mbstring/oniguruma/oniguruma.h # define ONIGENC_IS_CODE_BLANK(enc,code) ((code) == ' ' || (code) == '\t')
ONIGENC_IS_CODE_BLANK  410 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_IS_CODE_BLANK(enc,code) \