Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/maint/
Ducptest.c367 int caseset = UCD_CASESET(c); in print_prop()
/third_party/pcre2/pcre2/src/
Dpcre2_study.c1753 if (UCD_CASESET(c) != 0) goto DONE; /* Multiple case set */ in PRIV()
Dpcre2_compile.c4943 if ((co = UCD_CASESET(c)) != 0) in get_othercase_range()
4963 if ((co = UCD_CASESET(c)) != 0 || UCD_OTHERCASE(c) != next) break; in get_othercase_range()
5680 (d = UCD_CASESET(c)) != 0) in compile_branch()
5706 if (UCD_CASESET(c) == 0) in compile_branch()
7959 uint32_t caseset = UCD_CASESET(meta); in compile_branch()
Dpcre2_internal.h1855 #define UCD_CASESET(ch) GET_UCD(ch)->caseset macro