Home
last modified time | relevance | path

Searched refs:lgb (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c95 int lgb = UCD_GRAPHBREAK(c); in PRIV() local
103 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()
H A Dpcre2_jit_compile.c7228 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()
7327 lgb != ucp_gbExtended_Pictographic) in do_extuni_no_utf()
[all …]
H A Dpcre2_match.c4058 int lgb, rgb; in match() local
4086 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