Home
last modified time | relevance | path

Searched refs:chartype (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP)) in PRIV()
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated; 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_exec.c4085 int chartype; in match() local
4092 chartype = UCD_CHARTYPE(c); in match()
4093 if ((chartype == ucp_Lu || in match()
4094 chartype == ucp_Ll || in match()
4807 int chartype; in match() local
4817 chartype = UCD_CHARTYPE(c); in match()
4818 if ((chartype == ucp_Lu || in match()
4819 chartype == ucp_Ll || in match()
5314 int chartype; in match() local
5323 if ((chartype == ucp_Lu || in match()
[all …]
H A Dpcre_compile.c2988 return (prop->chartype == ucp_Lu || in check_char_prop()
2989 prop->chartype == ucp_Ll || in check_char_prop()
2990 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2993 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2996 return (pdata == 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()
[all …]
H A Dpcre_internal.h2711 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member
2735 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype

Completed in 53 milliseconds