Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getByIndex

872         resArray=ures_getByIndex(res, 0, resArray, &status);
888 resArray=ures_getByIndex(res, 0, resArray, &status);
1079 /*Test ures_getByIndex on string Resource*/
1081 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1083 log_err("ERROR: ures_getByIndex on string resource failed\n");
1087 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1310 /*Test ures_getByIndex with errorCode != U_ZERO_ERROR*/
1317 teFillin2=ures_getByIndex(teFillin, 0, teFillin2, &status);
1319 log_err("ERROR: ures_getByIndex() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1321 /*Test ures_getByIndex with UResourceBundle = NULL */
1323 teFillin2=ures_getByIndex(NULL, 0, teFillin2, &status);
1325 log_err("ERROR: ures_getByIndex() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1826 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1869 tableRow=ures_getByIndex(array2d, row, tableRow, &status);
1923 tagelement=ures_getByIndex(tags, idx, tagelement, &status);
2231 tb = ures_getByIndex(tb, 2, tb, &status);