Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getBinary

511     binResult=(uint8_t*)ures_getBinary(res,  &len, &status);
524 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
855 binResult=ures_getBinary(res, &len, &status);
961 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1265 /*Test ures_getBinary() with UResourceBundle = NULL*/
1267 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1268 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1271 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1278 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1280 log_err("ERROR: ures_getBinary() with status != U_ZERO_ERROR is supposed to fail\n");