Lines Matching refs:lgb
7228 int lgb, rgb, len, ricount; in do_extuni_utf() local
7234 lgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
7242 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in do_extuni_utf()
7247 if (lgb == ucp_gbRegionalIndicator && rgb == ucp_gbRegionalIndicator) in do_extuni_utf()
7271 lgb != ucp_gbExtended_Pictographic) in do_extuni_utf()
7272 lgb = rgb; in do_extuni_utf()
7287 int lgb, rgb, ricount; in do_extuni_no_utf() local
7292 lgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
7299 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in do_extuni_no_utf()
7304 if (lgb == ucp_gbRegionalIndicator && rgb == ucp_gbRegionalIndicator) in do_extuni_no_utf()
7327 lgb != ucp_gbExtended_Pictographic) in do_extuni_no_utf()
7328 lgb = rgb; in do_extuni_no_utf()