Searched refs:ucp_Z (Results 1 – 8 of 8) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_tables.c | 138 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
|
D | pcre2_xclass.c | 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV() 241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
|
D | pcre2_auto_possess.c | 174 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */ 246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
|
D | pcre2_ucp.h | 65 ucp_Z, enumerator
|
D | pcre2_dfa_match.c | 1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1494 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 1749 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match() 2030 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
|
D | pcre2_match.c | 2499 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match() 2798 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match() 3602 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match() 4181 if ((UCD_CATEGORY(fc) == ucp_Z) == notmatch) in match()
|
D | pcre2_ucptables.c | 1509 { 3521, PT_GC, ucp_Z },
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 384 case ucp_Z: typename = US"Separator"; break; in print_prop()
|