Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c1382 lgb = UCD_GRAPHBREAK(c); in internal_dfa_match()
1387 rgb = UCD_GRAPHBREAK(d); in internal_dfa_match()
1644 lgb = UCD_GRAPHBREAK(c); in internal_dfa_match()
1649 rgb = UCD_GRAPHBREAK(d); in internal_dfa_match()
1915 lgb = UCD_GRAPHBREAK(c); in internal_dfa_match()
1920 rgb = UCD_GRAPHBREAK(d); in internal_dfa_match()
2105 lgb = UCD_GRAPHBREAK(c); in internal_dfa_match()
2110 rgb = UCD_GRAPHBREAK(d); in internal_dfa_match()
Dpcre2_match.c2742 lgb = UCD_GRAPHBREAK(c); in match()
2747 rgb = UCD_GRAPHBREAK(c); in match()
4450 lgb = UCD_GRAPHBREAK(c); in match()
4455 rgb = UCD_GRAPHBREAK(c); in match()
5211 lgb = UCD_GRAPHBREAK(c); in match()
5216 rgb = UCD_GRAPHBREAK(c); in match()
5731 lgb = UCD_GRAPHBREAK(c); in match()
5736 rgb = UCD_GRAPHBREAK(c); in match()
5773 rgb = UCD_GRAPHBREAK(c); in match()
5784 lgb = UCD_GRAPHBREAK(c); in match()
Dpcre2_internal.h1804 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop macro