Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c95 int lgb = UCD_GRAPHBREAK(c); in PRIV() local
103 if ((PRIV(ucp_gbtable)[lgb] & (1u << 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.c8219 int lgb, rgb, ricount; in do_extuni_utf() local
8233 lgb = rgb; in do_extuni_utf()
8270 lgb != ucp_gbExtended_Pictographic) in do_extuni_utf()
8271 lgb = rgb; in do_extuni_utf()
8287 int lgb, rgb, ricount; in do_extuni_utf_invalid() local
8301 lgb = rgb; in do_extuni_utf_invalid()
8337 lgb != ucp_gbExtended_Pictographic) in do_extuni_utf_invalid()
8338 lgb = rgb; in do_extuni_utf_invalid()
8352 int lgb, rgb, ricount; in do_extuni_no_utf() local
8364 lgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
[all …]
H A Dpcre2_match.c4131 int lgb, rgb; in match() local
4159 lgb = UCD_GRAPHBREAK(fc); in match()
4160 if ((PRIV(ucp_gbtable)[lgb] & (1u << rgb)) == 0) break; in match()
4162 rgb = lgb; in match()

Completed in 44 milliseconds