Home | History | Annotate | Download | only in src

Lines Matching refs:cat

5754           int cat = UCD_CATEGORY(fc);
5755 prev_is_word = (cat == ucp_L || cat == ucp_N);
5788 int cat = UCD_CATEGORY(fc);
5789 cur_is_word = (cat == ucp_L || cat == ucp_N);