Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ures_getNextString

1051     /*Test ures_getNextString() */
1054 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1057 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1295 /*Test ures_getNextString with errorCode != U_ZERO_ERROR*/
1299 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1301 log_err("ERROR: ures_getNextString() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1303 /*Test ures_getNextString with UResourceBundle = NULL*/
1305 value=(UChar*)ures_getNextString(NULL, &len, &key, &status);
1307 log_err("ERROR: ures_getNextString() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1925 value=(UChar*)ures_getNextString(tagelement, &len, &key, &status);
2316 result = ures_getNextString(tb, &resultLen, &key, &status);
2343 result = ures_getNextString(tb, &resultLen, &key, &status);