Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getStringByIndex

1331     /*Test ures_getStringByIndex with errorCode != U_ZERO_ERROR*/
1335 value=(UChar*)ures_getStringByIndex(teFillin, 0, &len, &status);
1339 /*Test ures_getStringByIndex with UResourceBundle = NULL */
1341 value=(UChar*)ures_getStringByIndex(NULL, 0, &len, &status);
1343 log_err("ERROR: ures_getStringByIndex() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1346 /*Test ures_getStringByIndex with UResourceBundle = NULL */
1348 value=(UChar*)ures_getStringByIndex(teFillin, 9999, &len, &status);
1350 log_err("ERROR: ures_getStringByIndex() with index that is too big is supposed to fail\n Expected: U_MISSING_RESOURCE_ERROR, Got: %s\n",
1778 strcat(action, ".ures_getStringByIndex(");
1790 t=(UChar*)ures_getStringByIndex(array, idx, &len, &status);
1881 t=(UChar*)ures_getStringByIndex(tableRow, col, &len, &status);
2837 s16 = ures_getStringByIndex(resB, idx, length, status);