Home | History | Annotate | Download | only in intltest

Lines Matching refs:Repeat

716 class Repeat : public Pick {
738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL):
744 virtual ~Repeat(){
971 UBool repeat (Pick* &node /*in,out*/){
1059 Repeat(node,min,max,&w2);
1062 node = new Repeat(node,min,max,&weights);
1109 if (!repeat(node)) return FALSE;
1480 Repeat rep(new Literal("aaa1-5 "), 1, 5);
1483 Repeat r2(new Literal("b{1,3}1%0%5% "), 1, 3, &Buffer_int().append(1).append(0).append(5));
1486 Repeat r3(new Literal("aaa5-5 "), 5, 5);
1702 Repeat * rep = new Repeat( alt ,5,5 );