Home
last modified time | relevance | path

Searched refs:ucp_Z (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c138 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
Dpcre2_xclass.c190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
Dpcre2_auto_possess.c174 { 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()
Dpcre2_ucp.h65 ucp_Z, enumerator
Dpcre2_dfa_match.c1222 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()
Dpcre2_match.c2499 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()
Dpcre2_ucptables.c1509 { 3521, PT_GC, ucp_Z },
/third_party/pcre2/pcre2/maint/
Ducptest.c384 case ucp_Z: typename = US"Separator"; break; in print_prop()