Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) in PRIV()
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP)) in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in PRIV()
177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
178 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
H A Dpcre_compile.c2993 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
3004 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
3005 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
3008 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in check_char_prop()
3013 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in check_char_prop()
3019 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
3020 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre_exec.c2552 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2569 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2570 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2575 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in match()
2582 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z || in match()
2590 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2591 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
H A Dpcre_internal.h2721 extern const pcre_uint32 PRIV(ucp_gentype)[];
2737 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
H A Dpcre_tables.c107 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
H A DChangeLog2323 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)

Completed in 54 milliseconds