Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c154 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
174 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in PRIV()
175 PRIV(ucp_gentype)[chartype] == ucp_N) == isprop) in PRIV()
193 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
201 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in PRIV()
202 PRIV(ucp_gentype)[chartype] == ucp_N || in PRIV()
246 if ((PRIV(ucp_gentype)[chartype] != ucp_Z && in PRIV()
247 (PRIV(ucp_gentype)[chartype] != ucp_C || in PRIV()
261 (PRIV(ucp_gentype)[chartype] != ucp_C || in PRIV()
274 if ((PRIV(ucp_gentype)[chartype] == ucp_P || in PRIV()
[all …]
H A Dpcre2_dfa_match.c1213 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1214 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
1238 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1239 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
1495 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1496 PRIV(ucp_gentype)[chartype] == ucp_N; in internal_dfa_match()
1520 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1521 PRIV(ucp_gentype)[chartype] == ucp_N || in internal_dfa_match()
1760 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1761 PRIV(ucp_gentype)[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.c787 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
889 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_match.c2508 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()
2534 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2535 PRIV(ucp_gentype)[chartype] == ucp_N) == notmatch) in match()
2553 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()
2561 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2562 PRIV(ucp_gentype)[chartype] == ucp_N || in match()
2879 category = PRIV(ucp_gentype)[chartype]; in match()
3694 category = PRIV(ucp_gentype)[chartype]; in match()
4282 category = PRIV(ucp_gentype)[chartype]; in match()
6286 int category = PRIV(ucp_gentype)[chartype]; in match()
[all …]
H A Dpcre2_internal.h1886 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
1991 extern const uint32_t PRIV(ucp_gentype)[];
H A Dpcre2_compile.c2504 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 95 milliseconds