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

/forgerock/web-agents-v4/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.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_compile.c2787 return (prop->chartype == ucp_Lu ||
2788 prop->chartype == ucp_Ll ||
2789 prop->chartype == ucp_Lt) == negated;
2792 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2795 return (pdata == prop->chartype) == negated;
2803 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2804 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2819 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
2824 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2825 PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_jit_compile.c3014 Returns chartype in TMP1 and UCD offset in TMP2. */
3027 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype));

Completed in 145 milliseconds