Lines Matching refs:PRIV
69 PRIV(xclass)(uint32_t c, PCRE2_SPTR data, BOOL utf) in PRIV() function
152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
166 MAPBIT(PRIV(ucd_script_sets) + UCD_SCRIPTX_PROP(prop), data[1]) != 0); in PRIV()
171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
223 ok = MAPBIT(PRIV(ucd_boolprop_sets) + in PRIV()
241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
242 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
255 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
267 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
268 (c < 128 && PRIV(ucp_gentype)[prop->chartype] == ucp_S)) == isprop) in PRIV()