Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dunicode.c3290 case ONIGENC_CTYPE_DIGIT: in onigenc_unicode_is_code_ctype()
3363 case ONIGENC_CTYPE_DIGIT: in onigenc_unicode_get_ctype_code_range()
H A Dutf8.c3569 case ONIGENC_CTYPE_DIGIT: in utf8_get_ctype_code_range()
3634 case ONIGENC_CTYPE_DIGIT: in utf8_is_code_ctype()
H A Dmktable.c1084 if (IsDigit (enc, c)) val |= ONIGENC_CTYPE_DIGIT; in exec()
/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h257 #define ONIGENC_CTYPE_DIGIT (1<< 4) macro
267 #define ONIGENC_CTYPE_ALNUM (ONIGENC_CTYPE_ALPHA | ONIGENC_CTYPE_DIGIT)
407 ONIGENC_IS_CODE_CTYPE(enc,code,ONIGENC_CTYPE_DIGIT)
H A Dregenc.c918 case ONIGENC_CTYPE_DIGIT: in onigenc_is_code_ctype()
H A Dregparse.c3637 case ONIGENC_CTYPE_DIGIT: in add_ctype_to_cc()
3724 ctype = ONIGENC_CTYPE_DIGIT; in parse_ctype_to_enc_ctype()
3728 ctype = ONIGENC_CTYPE_DIGIT; in parse_ctype_to_enc_ctype()
3763 { (UChar* )"digit", ONIGENC_CTYPE_DIGIT, 5 }, in parse_posix_bracket()
3834 { (UChar* )"Digit", ONIGENC_CTYPE_DIGIT, 5 }, in property_name_to_ctype()

Completed in 42 milliseconds