Lines Matching refs:lgb
2660 int lgb, rgb; in match() local
2662 lgb = UCD_GRAPHBREAK(c); in match()
2668 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
2669 lgb = rgb; in match()
4356 int lgb, rgb; in match() local
4358 lgb = UCD_GRAPHBREAK(c); in match()
4364 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
4365 lgb = rgb; in match()
5117 int lgb, rgb; in match() local
5119 lgb = UCD_GRAPHBREAK(c); in match()
5125 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5126 lgb = rgb; in match()
5633 int lgb, rgb; in match() local
5635 lgb = UCD_GRAPHBREAK(c); in match()
5641 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5642 lgb = rgb; in match()
5660 int lgb, rgb; in match() local
5688 lgb = UCD_GRAPHBREAK(c); in match()
5689 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5691 rgb = lgb; in match()