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

/external/pcre/dist/
H A Dpcre_exec.c2567 if ((prop->chartype == ucp_Lu ||
2568 prop->chartype == ucp_Ll ||
2569 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2579 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) ==
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2618 PRIV(ucp_gentype)[prop->chartype]
4181 int chartype; local
4911 int chartype; local
5431 int chartype; local
[all...]
H A Dpcre_internal.h2763 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member in struct:__anon16248
2787 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype

Completed in 174 milliseconds