Lines Matching refs:prop
983 const ucd_record * prop = GET_UCD(c); in internal_dfa_exec() local
991 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
992 prop->chartype == ucp_Lt; in internal_dfa_exec()
996 OK = _pcre_ucp_gentype[prop->chartype] == code[2]; in internal_dfa_exec()
1000 OK = prop->chartype == code[2]; in internal_dfa_exec()
1004 OK = prop->script == code[2]; in internal_dfa_exec()
1010 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1011 _pcre_ucp_gentype[prop->chartype] == ucp_N; in internal_dfa_exec()
1015 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1020 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1026 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1027 _pcre_ucp_gentype[prop->chartype] == ucp_N || in internal_dfa_exec()
1177 const ucd_record * prop = GET_UCD(c); in internal_dfa_exec() local
1185 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
1186 prop->chartype == ucp_Lt; in internal_dfa_exec()
1190 OK = _pcre_ucp_gentype[prop->chartype] == code[3]; in internal_dfa_exec()
1194 OK = prop->chartype == code[3]; in internal_dfa_exec()
1198 OK = prop->script == code[3]; in internal_dfa_exec()
1204 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1205 _pcre_ucp_gentype[prop->chartype] == ucp_N; in internal_dfa_exec()
1209 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1214 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1220 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1221 _pcre_ucp_gentype[prop->chartype] == ucp_N || in internal_dfa_exec()
1424 const ucd_record * prop = GET_UCD(c); in internal_dfa_exec() local
1432 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
1433 prop->chartype == ucp_Lt; in internal_dfa_exec()
1437 OK = _pcre_ucp_gentype[prop->chartype] == code[3]; in internal_dfa_exec()
1441 OK = prop->chartype == code[3]; in internal_dfa_exec()
1445 OK = prop->script == code[3]; in internal_dfa_exec()
1451 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1452 _pcre_ucp_gentype[prop->chartype] == ucp_N; in internal_dfa_exec()
1456 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1461 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1467 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1468 _pcre_ucp_gentype[prop->chartype] == ucp_N || in internal_dfa_exec()
1696 const ucd_record * prop = GET_UCD(c); in internal_dfa_exec() local
1704 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
1705 prop->chartype == ucp_Lt; in internal_dfa_exec()
1709 OK = _pcre_ucp_gentype[prop->chartype] == code[5]; in internal_dfa_exec()
1713 OK = prop->chartype == code[5]; in internal_dfa_exec()
1717 OK = prop->script == code[5]; in internal_dfa_exec()
1723 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1724 _pcre_ucp_gentype[prop->chartype] == ucp_N; in internal_dfa_exec()
1728 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1733 OK = _pcre_ucp_gentype[prop->chartype] == ucp_Z || in internal_dfa_exec()
1739 OK = _pcre_ucp_gentype[prop->chartype] == ucp_L || in internal_dfa_exec()
1740 _pcre_ucp_gentype[prop->chartype] == ucp_N || in internal_dfa_exec()