Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getInt

544     intResult=ures_getInt(res, &status);
556 intResult=ures_getInt(res, &status);
569 intResult=ures_getInt(res, &status);
580 intResult=ures_getInt(res, &status);
826 intResult=ures_getInt(res, &status);
1353 /*Test ures_getInt() where UResourceBundle = NULL */
1355 if(ures_getInt(NULL, &status) != -1 && status != U_ILLEGAL_ARGUMENT_ERROR){
1356 log_err("ERROR: ures_getInt() with UResourceBundle = NULL should fail. Expected: U_IILEGAL_ARGUMENT_ERROR, Got: %s\n",
1359 /*Test ures_getInt() where status != U_ZERO_ERROR */
1360 if(ures_getInt(teRes, &status) != -1){
1361 log_err("ERROR: ures_getInt() with errorCode != U_ZERO_ERROR should fail\n");