Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getBinary

509     binResult=(uint8_t*)ures_getBinary(res,  &len, &status);
522 binResult=(uint8_t*)ures_getBinary(res, &len, &status);
853 binResult=ures_getBinary(res, &len, &status);
957 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1261 /*Test ures_getBinary() with UResourceBundle = NULL*/
1263 if(ures_getBinary(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1264 log_err("ERROR: ures_getBinary is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1267 /*Test ures_getBinary(0 status != U_ILLEGAL_ARGUMENT_ERROR*/
1274 binResult=(uint8_t*)ures_getBinary(binColl, &len, &status);
1276 log_err("ERROR: ures_getBinary() with status != U_ZERO_ERROR is supposed to fail\n");