Home | History | Annotate | Download | only in dist

Lines Matching refs:category

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