• Home
  • Raw
  • Download

Lines Matching refs:PRIV

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