Searched refs:chartype (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
146 prop->chartype == ucp_Lt) == isprop) return !negated;
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop)
155 if ((data[1] == prop->chartype) == isprop) return !negated;
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop)
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
190 PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_dfa_exec.c1080 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1081 prop->chartype == ucp_Lt;
1085 OK = PRIV(ucp_gentype)[prop->chartype] == code[2];
1089 OK = prop->chartype == code[2];
1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1117 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z;
1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1124 PRIV(ucp_gentype)[prop->chartype]
[all...]
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_compile.c2839 return (prop->chartype == ucp_Lu ||
2840 prop->chartype == ucp_Ll ||
2841 prop->chartype == ucp_Lt) == negated;
2844 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2847 return (pdata == prop->chartype) == negated;
2855 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2856 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2871 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
2876 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2877 PRIV(ucp_gentype)[prop->chartype]
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dcharmap.pl67 /* Auto generated with chartype.pl script.

Completed in 63 milliseconds