Searched defs:ONIGENC_IS_CODE_BLANK (Results 1 – 1 of 1) sorted by relevance
319 # define ONIGENC_IS_CODE_BLANK(enc,code) isblank((int )code) macro321 # define ONIGENC_IS_CODE_BLANK(enc,code) ((code) == ' ' || (code) == '\t') macro404 #define ONIGENC_IS_CODE_BLANK(enc,code) \ macro
Completed in 18 milliseconds