Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c1753 if (UCD_CASESET(c) != 0) goto DONE; /* Multiple case set */ in PRIV()
H A Dpcre2_compile.c4836 if ((co = UCD_CASESET(c)) != 0) in get_othercase_range()
4856 if ((co = UCD_CASESET(c)) != 0 || UCD_OTHERCASE(c) != next) break; in get_othercase_range()
5574 (d = UCD_CASESET(c)) != 0) in compile_branch()
5600 if (UCD_CASESET(c) == 0) in compile_branch()
7834 uint32_t caseset = UCD_CASESET(meta); in compile_branch()
H A Dpcre2_internal.h1822 #define UCD_CASESET(ch) GET_UCD(ch)->caseset macro

Completed in 44 milliseconds