Searched refs:UCD_CATEGORY (Results 1 – 3 of 3) sorted by relevance
2595 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 …]
1112 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()1137 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()
1807 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro