Home
last modified time | relevance | path

Searched defs:ONIGENC_IS_CODE_BLANK (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Doniguruma.h319 # define ONIGENC_IS_CODE_BLANK(enc,code) isblank((int )code) macro
321 # define ONIGENC_IS_CODE_BLANK(enc,code) ((code) == ' ' || (code) == '\t') macro
404 #define ONIGENC_IS_CODE_BLANK(enc,code) \ macro

Completed in 27 milliseconds