Home
last modified time | relevance | path

Searched refs:GET_UCD (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_internal.h1797 #define GET_UCD(ch) (PRIV(ucd_records) + \ macro
1801 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
1802 #define UCD_SCRIPT(ch) GET_UCD(ch)->script
1804 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop
1805 #define UCD_CASESET(ch) GET_UCD(ch)->caseset
1806 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
Dpcre2_xclass.c136 const ucd_record *prop = GET_UCD(c); in PRIV()
Dpcre2_dfa_match.c1017 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1275 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1527 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1804 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
Dpcre2_auto_possess.c200 const ucd_record *prop = GET_UCD(c); in check_char_prop()
Dpcre2_match.c196 ur = GET_UCD(d); in match_ref()
2636 const ucd_record *prop = GET_UCD(c); in match()
Dpcre2_jit_compile.c5284 ur = GET_UCD(c2); in do_utf_caselesscmp()