Home | History | Annotate | Download | only in intltest

Lines Matching refs:uenum_unext

1755     // test the uenum_unext()
1759 pu=uenum_unext(uten, &length, &status);
1762 errln("File %s, Line %d, uenum_unext(%d) failed", __FILE__, __LINE__, i);
1766 if(uenum_unext(uten, &length, &status)!=NULL) {
1767 errln("File %s, Line %d, uenum_unext(done)!=NULL" __FILE__, __LINE__);