Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1843 if (UCD_CASESET(c) != 0) goto DONE; /* Multiple case set */ in PRIV()
H A Dpcre2_compile.c5167 if ((co = UCD_CASESET(c)) != 0 && in get_othercase_range()
5194 if ((co = UCD_CASESET(c)) != 0 || UCD_OTHERCASE(c) != next) break; in get_othercase_range()
5932 (d = UCD_CASESET(c)) != 0 && in compile_branch()
5962 if (UCD_CASESET(c) == 0 || in compile_branch()
8239 uint32_t caseset = UCD_CASESET(meta); in compile_branch()
H A Dpcre2_internal.h1888 #define UCD_CASESET(ch) GET_UCD(ch)->caseset macro

Completed in 42 milliseconds