Lines Matching refs:category
4241 int category; in match() local
4248 category = UCD_CATEGORY(c); in match()
4249 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
4286 int category; in match() local
4293 category = UCD_CATEGORY(c); in match()
4294 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match()
4983 int category; in match() local
4993 category = UCD_CATEGORY(c); in match()
4994 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
5034 int category; in match() local
5044 category = UCD_CATEGORY(c); in match()
5045 if ((category == ucp_L || in match()
5046 category == ucp_N || in match()
5496 int category; in match() local
5504 category = UCD_CATEGORY(c); in match()
5505 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
5546 int category; in match() local
5554 category = UCD_CATEGORY(c); in match()
5555 if ((category == ucp_L || category == ucp_N || in match()