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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_xclass.c139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_dfa_exec.c1071 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1072 prop->chartype == ucp_Lt;
1076 OK = PRIV(ucp_gentype)[prop->chartype] == code[2];
1080 OK = prop->chartype == code[2];
1090 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1091 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1095 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1100 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1106 OK = PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_exec.c2574 if ((prop->chartype == ucp_Lu ||
2575 prop->chartype == ucp_Ll ||
2576 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2581 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2586 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2598 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2599 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2604 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2611 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2619 if ((PRIV(ucp_gentype)[prop->chartype]
4088 int chartype; local
4862 int chartype; local
5433 int chartype; local
[all...]
H A Dpcre_compile.c2938 return (prop->chartype == ucp_Lu ||
2939 prop->chartype == ucp_Ll ||
2940 prop->chartype == ucp_Lt) == negated;
2943 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2946 return (pdata == prop->chartype) == negated;
2954 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2955 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2958 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2963 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2969 return (PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_jit_compile.c1955 Returns chartype in TMP1 and UCD offset in TMP2. */
1968 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_w)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_xclass.c139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_dfa_exec.c1071 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1072 prop->chartype == ucp_Lt;
1076 OK = PRIV(ucp_gentype)[prop->chartype] == code[2];
1080 OK = prop->chartype == code[2];
1090 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1091 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1095 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1100 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1106 OK = PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_exec.c2574 if ((prop->chartype == ucp_Lu ||
2575 prop->chartype == ucp_Ll ||
2576 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2581 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2586 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2598 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2599 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2604 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2611 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2619 if ((PRIV(ucp_gentype)[prop->chartype]
4088 int chartype; local
4862 int chartype; local
5433 int chartype; local
[all...]
H A Dpcre_compile.c2938 return (prop->chartype == ucp_Lu ||
2939 prop->chartype == ucp_Ll ||
2940 prop->chartype == ucp_Lt) == negated;
2943 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2946 return (pdata == prop->chartype) == negated;
2954 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2955 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2958 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2963 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2969 return (PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_jit_compile.c1955 Returns chartype in TMP1 and UCD offset in TMP2. */
1968 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_w)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_xclass.c139 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
140 prop->chartype == ucp_Lt) == (t == XCL_PROP)) return !negated;
144 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == (t == XCL_PROP))
149 if ((data[1] == prop->chartype) == (t == XCL_PROP)) return !negated;
157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
158 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (t == XCL_PROP))
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
170 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
177 if ((PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_dfa_exec.c1071 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1072 prop->chartype == ucp_Lt;
1076 OK = PRIV(ucp_gentype)[prop->chartype] == code[2];
1080 OK = prop->chartype == code[2];
1090 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1091 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1095 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1100 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
1106 OK = PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_exec.c2574 if ((prop->chartype == ucp_Lu ||
2575 prop->chartype == ucp_Ll ||
2576 prop->chartype == ucp_Lt) == (op == OP_NOTPROP))
2581 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP))
2586 if ((ecode[2] != prop->chartype) == (op == OP_PROP))
2598 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2599 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2604 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2611 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2619 if ((PRIV(ucp_gentype)[prop->chartype]
4088 int chartype; local
4862 int chartype; local
5433 int chartype; local
[all...]
H A Dpcre_compile.c2938 return (prop->chartype == ucp_Lu ||
2939 prop->chartype == ucp_Ll ||
2940 prop->chartype == ucp_Lt) == negated;
2943 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
2946 return (pdata == prop->chartype) == negated;
2954 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2955 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2958 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2963 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
2969 return (PRIV(ucp_gentype)[prop->chartype]
[all...]
H A Dpcre_jit_compile.c1955 Returns chartype in TMP1 and UCD offset in TMP2. */
1968 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_w)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dcharmap.pl70 /* Auto generated with chartype.pl script.

Completed in 390 milliseconds