Lines Matching refs:prop

1172         const ucd_record * prop = GET_UCD(c);  in internal_dfa_match()  local
1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1181 prop->chartype == ucp_Lt; in internal_dfa_match()
1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()
1189 OK = prop->chartype == code[2]; in internal_dfa_match()
1193 OK = prop->script == code[2]; in internal_dfa_match()
1199 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1200 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1217 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1223 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1224 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1430 const ucd_record * prop = GET_UCD(c); in internal_dfa_match() local
1438 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1439 prop->chartype == ucp_Lt; in internal_dfa_match()
1443 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1447 OK = prop->chartype == code[3]; in internal_dfa_match()
1451 OK = prop->script == code[3]; in internal_dfa_match()
1457 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1458 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1475 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1481 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1482 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1671 const ucd_record * prop = GET_UCD(c); in internal_dfa_match() local
1679 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1680 prop->chartype == ucp_Lt; in internal_dfa_match()
1684 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()
1688 OK = prop->chartype == code[3]; in internal_dfa_match()
1692 OK = prop->script == code[3]; in internal_dfa_match()
1698 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1699 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1716 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1722 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1723 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()
1937 const ucd_record * prop = GET_UCD(c); in internal_dfa_match() local
1945 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1946 prop->chartype == ucp_Lt; in internal_dfa_match()
1950 OK = PRIV(ucp_gentype)[prop->chartype] == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
1954 OK = prop->chartype == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
1958 OK = prop->script == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
1964 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1965 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()
1982 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()
1988 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1989 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()