Lines Matching refs:rgb
2662 int lgb, rgb; in match() local
2669 rgb = UCD_GRAPHBREAK(c); in match()
2670 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
2671 lgb = rgb; in match()
4358 int lgb, rgb; in match() local
4365 rgb = UCD_GRAPHBREAK(c); in match()
4366 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
4367 lgb = rgb; in match()
5119 int lgb, rgb; in match() local
5126 rgb = UCD_GRAPHBREAK(c); in match()
5127 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5128 lgb = rgb; in match()
5635 int lgb, rgb; in match() local
5642 rgb = UCD_GRAPHBREAK(c); in match()
5643 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5644 lgb = rgb; in match()
5662 int lgb, rgb; in match() local
5679 rgb = UCD_GRAPHBREAK(c); in match()
5691 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()
5693 rgb = lgb; in match()