Searched refs:ures_getNextString (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocavailable.cpp146 ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status);
H A Dresbund.cpp311 const UChar* r = ures_getNextString(fResource, &len, 0, &status);
317 const UChar* r = ures_getNextString(fResource, &len, key, &status);
H A Duresbund.cpp1447 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char ** key, UErrorCode *status) { function
/external/icu/icu4c/source/common/unicode/
H A Dures.h599 ures_getNextString(UResourceBundle *resourceBundle,
827 const UChar* r = ures_getNextString(resB, &len, key, status);
H A Durename.h1467 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c1047 /*Test ures_getNextString() */
1050 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1053 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1291 /*Test ures_getNextString with errorCode != U_ZERO_ERROR*/
1295 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status);
1297 log_err("ERROR: ures_getNextString() with errorCode != U_ZERO_ERROR is supposed to fail\n");
1299 /*Test ures_getNextString with UResourceBundle = NULL*/
1301 value=(UChar*)ures_getNextString(NULL, &len, &key, &status);
1303 log_err("ERROR: ures_getNextString() with UResourceBundle=NULL is supposed to fail\n Expected: U_ILLEGAL_ARGUMENT_ERROR, Got: %s\n",
1929 value=(UChar*)ures_getNextString(tagelemen
[all...]
H A Dcloctst.c1147 ures_getNextString(subRes, NULL, &key, &status);
1155 ures_getNextString(subRes, NULL, &key, &status);
1195 ures_getNextString(subRes, NULL, &key, &status);
1203 ures_getNextString(subRes, NULL, &key, &status);
1221 ures_getNextString(subRes, NULL, &key, &status);
1231 ures_getNextString(subRes, NULL, &key, &status);
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp240 ures_getNextString(&installed, NULL, &tempKey, &status);
H A Ddtptngen.cpp112 return ures_getNextString(aiter->bund, len, key, err);
687 retPattern=ures_getNextString(patBundle, &len, &key, &err);
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp193 const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status);

Completed in 190 milliseconds