Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c224 if (ctype <= ONIGENC_MAX_STD_CTYPE) { in is_code_ctype()
236 ctype -= (ONIGENC_MAX_STD_CTYPE + 1); in is_code_ctype()
250 if (ctype <= ONIGENC_MAX_STD_CTYPE) { in get_ctype_code_range()
258 ctype -= (ONIGENC_MAX_STD_CTYPE + 1); in get_ctype_code_range()
H A Dsjis.c258 if (ctype <= ONIGENC_MAX_STD_CTYPE) { in is_code_ctype()
270 ctype -= (ONIGENC_MAX_STD_CTYPE + 1); in is_code_ctype()
284 if (ctype <= ONIGENC_MAX_STD_CTYPE) { in get_ctype_code_range()
292 ctype -= (ONIGENC_MAX_STD_CTYPE + 1); in get_ctype_code_range()
H A Dunicode.c10752 ctype <= ONIGENC_MAX_STD_CTYPE && in onigenc_unicode_is_code_ctype()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregenc.c887 (hash_data_type )(*pnum + ONIGENC_MAX_STD_CTYPE)); in onigenc_property_list_add_property()
H A Doniguruma.h259 #define ONIGENC_MAX_STD_CTYPE ONIGENC_CTYPE_ASCII macro

Completed in 32 milliseconds