Lines Matching defs:lgb
2655 int lgb, rgb;
2657 lgb = UCD_GRAPHBREAK(c);
2663 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
2664 lgb = rgb;
4351 int lgb, rgb;
4353 lgb = UCD_GRAPHBREAK(c);
4359 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
4360 lgb = rgb;
5112 int lgb, rgb;
5114 lgb = UCD_GRAPHBREAK(c);
5120 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5121 lgb = rgb;
5628 int lgb, rgb;
5630 lgb = UCD_GRAPHBREAK(c);
5636 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5637 lgb = rgb;
5650 int lgb, rgb;
5678 lgb = UCD_GRAPHBREAK(c);
5679 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
5681 rgb = lgb;