Home
last modified time | relevance | path

Searched refs:ucp_gentype (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
249 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
[all …]
H A Dpcre2_dfa_match.c1171 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1185 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1186 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1203 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1209 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1210 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1429 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1443 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1444 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1685 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
[all …]
H A Dpcre2_auto_possess.c210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre2_substitute.c696 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
798 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_internal.h1768 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
1857 extern const uint32_t PRIV(ucp_gentype)[];
H A Dpcre2_match.c2364 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2381 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2382 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2400 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2407 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2408 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre2_tables.c127 const uint32_t PRIV(ucp_gentype)[] = { variable

Completed in 44 milliseconds