Home | History | Annotate | Download | only in cintltst

Lines Matching refs:U_SUCCESS

374     if(U_SUCCESS(status) && str) {
920 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
947 if (U_SUCCESS(status) && size == uenum_count(ALL, &status)) {
951 if ((value = uenum_next(all, &valueLength, &status)) != NULL && U_SUCCESS(status)) {