Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.h81 #define BIT_CTYPE_DIGIT (1<< ONIGENC_CTYPE_DIGIT)
H A Doniguruma.h248 #define ONIGENC_CTYPE_DIGIT 4 macro
324 ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_DIGIT)
H A Dregenc.c765 { (UChar* )"Digit", ONIGENC_CTYPE_DIGIT, 5 }, in onigenc_minimum_property_name_to_ctype()
H A Dregparse.c2952 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token_in_cc()
2957 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token_in_cc()
3283 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token()
3290 tok->u.prop.ctype = ONIGENC_CTYPE_DIGIT; in fetch_token()
3845 case ONIGENC_CTYPE_DIGIT: in add_ctype_to_cc()
3920 { (UChar* )"digit", ONIGENC_CTYPE_DIGIT, 5 }, in parse_posix_bracket()
5184 case ONIGENC_CTYPE_DIGIT: in parse_exp()

Completed in 27 milliseconds