Home
last modified time | relevance | path

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

/PHP-5.4/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
H A Dregenc.c913 return ONIGENC_IS_CODE_BLANK(enc, (int )(code)); in onigenc_is_code_ctype()

Completed in 12 milliseconds