Lines Matching refs:PRIV

1085           OK = PRIV(ucp_gentype)[prop->chartype] == code[2];
1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1117 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z;
1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1124 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1129 cp = PRIV(ucd_caseless_sets) + code[2];
1343 OK = PRIV(ucp_gentype)[prop->chartype] == code[3];
1357 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1358 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1375 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z;
1381 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1382 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1387 cp = PRIV(ucd_caseless_sets) + code[3];
1443 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
1595 OK = PRIV(ucp_gentype)[prop->chartype] == code[3];
1609 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1610 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1627 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z;
1633 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1634 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1639 cp = PRIV(ucd_caseless_sets) + code[3];
1705 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
1872 OK = PRIV(ucp_gentype)[prop->chartype] == code[1 + IMM2_SIZE + 2];
1886 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1887 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1904 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z;
1910 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1911 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1916 cp = PRIV(ucd_caseless_sets) + code[1 + IMM2_SIZE + 2];
1976 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
2173 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
2727 code += PRIV(OP_lengths)[OP_CALLOUT]; /* Skip callout data */
3080 { ADD_ACTIVE(state_offset + PRIV(OP_lengths)[OP_CALLOUT], 0); }
3342 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset);
3372 if (md->tables == NULL) md->tables = PRIV(default_tables);