Home
last modified time | relevance | path

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

/third_party/glib/glib/update-pcre/
Ducp.patch58 - return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
59 + return (PRIV(ucp_gentype)[chartype] == ucp_Z ||
64 - return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
65 + return (PRIV(ucp_gentype)[chartype] == ucp_Z ||
126 - OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
127 + OK = PRIV(ucp_gentype)[chartype] == ucp_Z ||
132 - OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
133 + OK = PRIV(ucp_gentype)[chartype] == ucp_Z ||
190 - OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z ||
191 + OK = PRIV(ucp_gentype)[chartype] == ucp_Z ||
[all …]
/third_party/glib/glib/pcre/
Dpcre_xclass.c161 if ((PRIV(ucp_gentype)[chartype] == ucp_Z || in PRIV()
168 if ((PRIV(ucp_gentype)[chartype] == ucp_Z || in PRIV()
Dpcre_tables.c107 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
577 { 1030, PT_GC, ucp_Z },
Ducp.h26 ucp_Z /* Separator */ enumerator
Dpcre_dfa_exec.c1093 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1098 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1327 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1332 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1574 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1579 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1846 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
1851 OK = PRIV(ucp_gentype)[chartype] == ucp_Z || in internal_dfa_exec()
Dpcre_exec.c2599 if ((PRIV(ucp_gentype)[chartype] == ucp_Z || in match()
2606 if ((PRIV(ucp_gentype)[chartype] == ucp_Z || in match()
4165 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
4181 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
4957 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
4976 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
5518 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
5536 if ((UCD_CATEGORY(c) == ucp_Z || c == CHAR_HT || c == CHAR_NL || in match()
Dpcre_compile.c2962 return (PRIV(ucp_gentype)[chartype] == ucp_Z || in check_char_prop()
2967 return (PRIV(ucp_gentype)[chartype] == ucp_Z || in check_char_prop()
/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
Dpcre2_ucp.h65 ucp_Z /* Separator */ enumerator
Dpcre2_auto_possess.c171 { ucp_Z, ucp_Z, ucp_C, ucp_Cc }, /* SPACE and PXSPACE, 2nd value redundant */
237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
Dpcre2_tables.c135 ucp_Z, ucp_Z, ucp_Z /* Zl, Zp, Zs */
858 { 1642, PT_GC, ucp_Z },
Dpcre2_dfa_match.c1217 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1475 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1716 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1982 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
Dpcre2_match.c2475 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2740 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
3488 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
4009 if ((UCD_CATEGORY(fc) == ucp_Z) == (Lctype == OP_NOTPROP)) in match()
/third_party/pcre2/pcre2/maint/
Ducptest.c276 case ucp_Z: typename = US"Separator"; break; in print_prop()