Home | History | Annotate | Download | only in intltest

Lines Matching refs:unext

1722     // test the unext() default implementation
1726 pu=ten.unext(&length, status);
1729 errln("StringEnumeration.unext(%d) failed", i);
1733 if(ten.unext(&length, status)!=NULL) {
1734 errln("StringEnumeration.unext(done)!=NULL");