Lines Matching refs:category
2826 int category; in match() local
2833 category = UCD_CATEGORY(fc); in match()
2834 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2871 int chartype, category; in match() local
2879 category = PRIV(ucp_gentype)[chartype]; in match()
2880 if ((category == ucp_L || category == ucp_N || in match()
3632 int category; in match() local
3642 category = UCD_CATEGORY(fc); in match()
3643 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3683 int chartype, category; in match() local
3694 category = PRIV(ucp_gentype)[chartype]; in match()
3695 if ((category == ucp_L || in match()
3696 category == ucp_N || in match()
4223 int category; in match() local
4231 category = UCD_CATEGORY(fc); in match()
4232 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4273 int chartype, category; in match() local
4282 category = PRIV(ucp_gentype)[chartype]; in match()
4283 if ((category == ucp_L || in match()
4284 category == ucp_N || in match()
6286 int category = PRIV(ucp_gentype)[chartype]; in match() local
6287 prev_is_word = (category == ucp_L || category == ucp_N || in match()
6319 int category = PRIV(ucp_gentype)[chartype]; in match() local
6320 cur_is_word = (category == ucp_L || category == ucp_N || in match()