Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getInt

535     intResult=ures_getInt(res, &status);
547 intResult=ures_getInt(res, &status);
560 intResult=ures_getInt(res, &status);
571 intResult=ures_getInt(res, &status);
817 intResult=ures_getInt(res, &status);
1346 /*Test ures_getInt() where UResourceBundle = NULL */
1348 if(ures_getInt(NULL, &status) != -1 && status != U_ILLEGAL_ARGUMENT_ERROR){
1349 log_err("ERROR: ures_getInt() with UResourceBundle = NULL should fail. Expected: U_IILEGAL_ARGUMENT_ERROR, Got: %s\n",
1352 /*Test ures_getInt() where status != U_ZERO_ERROR */
1353 if(ures_getInt(teRes, &status) != -1){
1354 log_err("ERROR: ures_getInt() with errorCode != U_ZERO_ERROR should fail\n");