Home
last modified time | relevance | path

Searched refs:UCD_CHARTYPE (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
888 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
H A Dpcre2_match.c2754 chartype = UCD_CHARTYPE(fc); in match()
2785 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) in match()
2878 chartype = UCD_CHARTYPE(fc); in match()
3548 chartype = UCD_CHARTYPE(fc); in match()
3585 if ((UCD_CHARTYPE(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
3693 chartype = UCD_CHARTYPE(fc); in match()
4146 chartype = UCD_CHARTYPE(fc); in match()
4180 if ((UCD_CHARTYPE(fc) == Lpropvalue) == notmatch) break; in match()
4281 chartype = UCD_CHARTYPE(fc); in match()
6285 int chartype = UCD_CHARTYPE(fc); in match()
[all …]
H A Dpcre2_internal.h1884 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1886 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre2_dfa_match.c1122 int chartype = UCD_CHARTYPE(d); in internal_dfa_match()
1147 int chartype = UCD_CHARTYPE(c); in internal_dfa_match()
H A Dpcre2_compile.c2493 type = UCD_CHARTYPE(c); in read_name()
2509 type = UCD_CHARTYPE(c); in read_name()

Completed in 50 milliseconds