Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.h85 #define BIT_CTYPE_DIGIT (1<< ONIGENC_CTYPE_DIGIT)
H A Doniguruma.h230 ONIGENC_CTYPE_DIGIT = 4, enumerator
310 ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_DIGIT)
H A Dregenc.c859 { (UChar* )"Digit", ONIGENC_CTYPE_DIGIT, 5 }, in onigenc_minimum_property_name_to_ctype()
H A Dregint.h316 ((ctype) == ONIGENC_CTYPE_DIGIT && IS_DIGIT_ASCII(options)) ||\
H A Dregparse.c4734 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token_in_cc()
4739 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token_in_cc()
5108 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token()
5115 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token()
5920 case ONIGENC_CTYPE_DIGIT: in add_ctype_to_cc()
6000 { (UChar* )"digit", ONIGENC_CTYPE_DIGIT, 5 }, in parse_posix_bracket()
8079 case ONIGENC_CTYPE_DIGIT: in parse_exp()

Completed in 51 milliseconds