Searched refs:lgb (Results 1 – 3 of 3) sorted by relevance
95 int lgb = UCD_GRAPHBREAK(c); in PRIV() local103 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in PRIV()108 if (lgb == ucp_gbRegionalIndicator && rgb == ucp_gbRegionalIndicator) in PRIV()136 lgb != ucp_gbExtended_Pictographic) in PRIV()137 lgb = rgb; in PRIV()
7228 int lgb, rgb, len, ricount; in do_extuni_utf() local7234 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() local7292 lgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()7299 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in do_extuni_no_utf()7327 lgb != ucp_gbExtended_Pictographic) in do_extuni_no_utf()[all …]
4058 int lgb, rgb; in match() local4086 lgb = UCD_GRAPHBREAK(fc); in match()4087 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break; in match()4089 rgb = lgb; in match()
Completed in 90 milliseconds