Home | History | Annotate | Download | only in intltest

Lines Matching refs:next

133     virtual const char* next() = 0; 
296 // '''.' let the next char open the quoting
303 // '.'''\. let the next char close the quoting
482 int next(){
508 virtual const char* next(){
531 virtual const char* next(){
536 return var_ref->next();
550 virtual const char* next(){
551 return e(item.next());
570 virtual const char* next(){
572 const char * s = item.next();
611 switch (wr.next()){
687 virtual const char* next(){
691 const char * t = items[i]->next();
724 return min + wr.next();
727 virtual const char* next(){
731 const char * t = item->next();
753 virtual const char* next(){
755 int i = wr.next();
756 const char * t = items[i]->next();
1323 const char * next(){
1324 return top_node_ref->next();
1354 const char *LanguageGenerator::next(){ // Return a null-terminated c-string. The buffer is owned by callee.
1356 return lang_gen->next();
1377 const char * t = var.next();\
1432 const char * r = n.next();
1441 return strcmp(seq.next(), "abc , s") == 0;
1473 printf("%d\n", wr.next());
1507 pass = strcmp(var1.next(), value->next()) == 0;
1508 pass = pass && strcmp(var2.next(), value2->next()) == 0;
1509 pass = pass && strcmp(var3.next(), value3->next()) == 0;
1718 //= strcmp("q", g.next()) == 0;