Home
last modified time | relevance | path

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

/PHP-7.4/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.c1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1199 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1200 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1217 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1223 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1224 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1443 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1457 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1458 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1699 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.c765 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
867 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_internal.h1820 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
1914 extern const uint32_t PRIV(ucp_gentype)[];
H A Dpcre2_match.c2437 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()
2454 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()
2473 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre2_tables.c127 const uint32_t PRIV(ucp_gentype)[] = { variable
H A Dpcre2_compile.c2309 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 70 milliseconds