Home
last modified time | relevance | path

Searched refs:UCD_GRAPHBREAK (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c95 int lgb = UCD_GRAPHBREAK(c); in PRIV()
102 rgb = UCD_GRAPHBREAK(c); in PRIV()
126 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) break; in PRIV()
H A Dpcre2_internal.h1821 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop macro
H A Dpcre2_jit_compile.c8229 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
8257 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) in do_extuni_utf()
8297 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf_invalid()
8323 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) in do_extuni_utf_invalid()
8364 lgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
8373 rgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
8396 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) break; in do_extuni_no_utf()
H A Dpcre2_match.c4148 rgb = UCD_GRAPHBREAK(fc); in match()
4159 lgb = UCD_GRAPHBREAK(fc); in match()

Completed in 67 milliseconds