Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
Dpcre2_internal.h1769 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop macro
Dpcre2_jit_compile.c7234 lgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
7240 rgb = UCD_GRAPHBREAK(c); in do_extuni_utf()
7259 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) break; in do_extuni_utf()
7292 lgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
7297 rgb = UCD_GRAPHBREAK(c); in do_extuni_no_utf()
7315 if (UCD_GRAPHBREAK(c) != ucp_gbRegionalIndicator) break; in do_extuni_no_utf()
Dpcre2_match.c4075 rgb = UCD_GRAPHBREAK(fc); in match()
4086 lgb = UCD_GRAPHBREAK(fc); in match()