Home | History | Annotate | Download | only in cintltst

Lines Matching refs:URES_NONE

1213     /*Test ures_getType() with UResourceBundle = NULL should return URES_NONE==-1*/
1215 if(ures_getType(NULL) != URES_NONE){
1216 log_err("ERROR: ures_getType() should return URES_NONE when UResourceBundle=NULL. Got =%d\n", ures_getType(NULL));