Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c2595 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
2638 category = UCD_CATEGORY(fc); in match()
2666 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
2683 category = UCD_CATEGORY(fc); in match()
3330 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3382 category = UCD_CATEGORY(fc); in match()
3414 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3434 category = UCD_CATEGORY(fc); in match()
3855 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3904 category = UCD_CATEGORY(fc); in match()
[all …]
Dpcre2_dfa_match.c1112 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()
1137 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()
Dpcre2_internal.h1807 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro