Home
last modified time | relevance | path

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

/external/pcre/src/
Dpcre2_match.c2708 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) in match()
2770 category = UCD_CATEGORY(fc); in match()
2798 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
2815 category = UCD_CATEGORY(fc); in match()
3497 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3571 category = UCD_CATEGORY(fc); in match()
3602 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3622 category = UCD_CATEGORY(fc); in match()
4085 if ((UCD_CATEGORY(fc) == Lpropvalue) == notmatch) break; in match()
4151 category = UCD_CATEGORY(fc); in match()
[all …]
Dpcre2_dfa_match.c1119 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()
1144 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()
Dpcre2_internal.h1852 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro
/external/pcre/maint/
Ducptest.c360 int type = UCD_CATEGORY(c); in print_prop()