Lines Matching refs:URES_NONE
1209 /*Test ures_getType() with UResourceBundle = NULL should return URES_NONE==-1*/1211 if(ures_getType(NULL) != URES_NONE){ 1212 log_err("ERROR: ures_getType() should return URES_NONE when UResourceBundle=NULL. Got =%d\n", ures_getType(NULL));