Searched defs:chartype (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c2560 if ((prop->chartype == ucp_Lu ||
2561 prop->chartype == ucp_Ll ||
2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2567 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2572 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2585 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2603 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2611 PRIV(ucp_gentype)[prop->chartype]
4174 int chartype; local
4904 int chartype; local
5424 int chartype; local
[all...]
H A Dpcre_internal.h2746 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member in struct:__anon55
2770 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype

Completed in 37 milliseconds