Home | History | Annotate | Download | only in intltest

Lines Matching refs:uenum_unext

1765     // test the uenum_unext()
1769 pu=uenum_unext(uten, &length, &status);
1772 errln("File %s, Line %d, uenum_unext(%d) failed", __FILE__, __LINE__, i);
1776 if(uenum_unext(uten, &length, &status)!=NULL) {
1777 errln("File %s, Line %d, uenum_unext(done)!=NULL" __FILE__, __LINE__);