Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
242 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
255 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
267 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()
1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1205 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1228 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1229 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1457 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1476 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1477 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1732 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
[all …]
H A Dpcre2_auto_possess.c214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
252 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre2_tables.c130 const uint32_t PRIV(ucp_gentype)[] = { variable
H A Dpcre2_substitute.c784 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
886 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_internal.h1853 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
1958 extern const uint32_t PRIV(ucp_gentype)[];
H A Dpcre2_match.c2441 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2466 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2467 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()
2485 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2492 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2493 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre2_compile.c2415 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 78 milliseconds