Searched refs:UCD_CATEGORY (Results 1 – 3 of 3) sorted by relevance
2594 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()2637 category = UCD_CATEGORY(fc); in match()2665 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()2682 category = UCD_CATEGORY(fc); in match()3329 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3381 category = UCD_CATEGORY(fc); in match()3413 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()3433 category = UCD_CATEGORY(fc); in match()3854 if ((UCD_CATEGORY(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()3903 category = UCD_CATEGORY(fc); in match()[all …]
1105 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()1130 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()
1768 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro