Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getByIndex

870         resArray=ures_getByIndex(res, 0, resArray, &status);
886 resArray=ures_getByIndex(res, 0, resArray, &status);
1075 /*Test ures_getByIndex on string Resource*/
1077 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1079 log_err("ERROR: ures_getByIndex on string resource failed\n");
1083 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1306 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1313 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1315 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1317 /*Test ures_getByIndex with UResourceBundle = NULL */
1319 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status);
1321 log_err("ERROR: ures_getByIndex() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1830 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1873 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1927 tagelement=ures_getByIndex(tags, idx, tagelement, &status);
2235 tb = ures_getByIndex(tb, 2, tb, &status);