Home
last modified time | relevance | path

Searched refs:ucp_gentype (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_xclass.c151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
249 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
[all …]
Dpcre2_dfa_match.c1030 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1044 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1045 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1062 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1068 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1069 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1288 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1302 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1303 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1320 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
[all …]
Dpcre2_auto_possess.c210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
Dpcre2_substitute.c666 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
768 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
Dpcre2_internal.h1803 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
1884 extern const uint32_t PRIV(ucp_gentype)[];
Dpcre2_match.c2652 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2669 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2670 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2688 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2695 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2696 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
Dpcre2_tables.c127 const uint32_t PRIV(ucp_gentype)[] = { variable