Lines Matching refs:ures_getStringByKey
355 result = ures_getStringByKey(he, "ExemplarCharacters", &resultLen, &status);
1230 if(ures_getStringByKey(NULL, "string_only_in_te", &resultLen, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1246 /*Test ures_getStringByKey() with UResourceBundle = NULL*/
1248 if(ures_getStringByKey(NULL, "string_only_in_te", &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){
1249 log_err("ERROR: ures_getStringByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1252 /*Test ures_getStringByKey() with status != U_ZERO_ERROR*/
1253 if(ures_getStringByKey(teRes, "string_only_in_te", &len, &status) != NULL){
1254 log_err("ERROR: ures_getStringByKey is supposed to fail when status != U_ZERO_ERROR. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1706 strcat(action, ".ures_getStringByKey(" );
2839 s16 = ures_getStringByKey(resB, key, length, status);