Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_xclass.c150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
223 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
236 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
248 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
[all …]
H A Dpcre_exec.c2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre_internal.h2768 extern const pcre_uint32 PRIV(ucp_gentype)[];
2784 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre_compile.c2822 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2833 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2834 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2849 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2854 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2855 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre_tables.c107 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
H A DChangeLog3084 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)

Completed in 76 milliseconds