Lines Matching refs:PRIV
65 PRIV(xclass)(pcre_uint32 c, const pcre_uchar *data, BOOL utf) in PRIV() function
148 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
161 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
162 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
180 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
187 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
188 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
220 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
221 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
234 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
246 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
247 (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop) in PRIV()