Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getByIndex

877         resArray=ures_getByIndex(res, 0, resArray, &status);
893 resArray=ures_getByIndex(res, 0, resArray, &status);
1082 /*Test ures_getByIndex on string Resource*/
1084 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1086 log_err("ERROR: ures_getByIndex on string resource failed\n");
1090 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1313 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1320 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1322 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1324 /*Test ures_getByIndex with UResourceBundle = NULL */
1326 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status);
1328 log_err("ERROR: ures_getByIndex() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1835 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1878 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1932 tagelement=ures_getByIndex(tags, idx, tagelement, &status);
2184 tb = ures_getByIndex(tb, 2, tb, &status);