Home
last modified time | relevance | path

Searched refs:ONIGENC_IS_ASCII_CODE_CTYPE (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dascii.c36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in ascii_is_code_ctype()
H A Deuc_jp.c162 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in eucjp_is_code_ctype()
H A Dsjis.c171 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in sjis_is_code_ctype()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregenc.h142 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ macro
145 ONIGENC_IS_ASCII_CODE_CTYPE(code, (ONIGENC_CTYPE_UPPER | ONIGENC_CTYPE_LOWER))
H A Dregenc.c853 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb2_is_code_ctype()
869 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); in onigenc_mb4_is_code_ctype()

Completed in 14 milliseconds