Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_xclass.c148 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
161 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
162 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
180 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
187 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
188 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
220 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
221 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
234 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
246 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
[all …]
H A Dpcre_exec.c2572 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2589 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2590 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2608 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2615 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2616 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre_internal.h2773 extern const pcre_uint32 PRIV(ucp_gentype)[];
2789 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre_compile.c2839 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2850 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2851 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2866 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2871 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2872 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre_tables.c105 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
H A DChangeLog3260 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)

Completed in 75 milliseconds