Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h1760 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ macro
1763 #define GET_UCD(ch) REAL_GET_UCD(ch) macro
1766 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
1767 #define UCD_SCRIPT(ch) GET_UCD(ch)->script
1769 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop
1770 #define UCD_CASESET(ch) GET_UCD(ch)->caseset
1771 #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.c1158 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1416 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1657 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1923 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.c402 ur = GET_UCD(d); in match_ref()
2348 const ucd_record *prop = GET_UCD(fc); in match()
Dpcre2_jit_compile.c3656 const ucd_record *record = GET_UCD(INVALID_UTF_CHAR); in do_getucd()
6243 ur = GET_UCD(c2); in do_utf_caselesscmp()