Home | History | Annotate | Download | only in intltest

Lines Matching refs:alt

1170         Alternation * alt = new Alternation();
1188 alt->append(n,w);
1200 alt->append(n,w);
1201 node = alt;
1205 delete alt;
1445 Alternation alt;
1446 alt.append(new Literal("aaa_10%"),10);
1447 alt.append(new Literal("bbb_0%"),0);
1448 alt.append(new Literal("ccc_10%"),10);
1449 alt.append(new Literal("ddddddd_50%"),50);
1451 DUMP_R(TestAlternation, alt, 50);
1692 Alternation * alt = new Alternation();
1694 (*alt)
1702 Repeat * rep = new Repeat( alt ,5,5 );