Home
last modified time | relevance | path

Searched refs:ures_getNextString (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
Dresbund.cpp313 const UChar* r = ures_getNextString(fResource, &len, 0, &status); in getNextString()
319 const UChar* r = ures_getNextString(fResource, &len, key, &status); in getNextString()
Dlocavailable.cpp148ures_getNextString(&installed, NULL, (const char **)&_installedLocales[i++], &status); in loadInstalledLocales()
Duresbund.cpp1482 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString() function
/external/icu/libandroidicu/include/unicode/
Dures.h605 ures_getNextString(UResourceBundle *resourceBundle,
837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
Durename.h1525 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
/external/icu/icu4c/source/common/unicode/
Dures.h605 ures_getNextString(UResourceBundle *resourceBundle,
837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
Durename.h1525 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1055 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestAPI()
1058 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestAPI()
1300 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestErrorConditions()
1306 value=(UChar*)ures_getNextString(NULL, &len, &key, &status); in TestErrorConditions()
1934 value=(UChar*)ures_getNextString(tagelement, &len, &key, &status); in testTag()
2325 result = ures_getNextString(tb, &resultLen, &key, &status); in TestResourceLevelAliasing()
2352 result = ures_getNextString(tb, &resultLen, &key, &status); in TestResourceLevelAliasing()
Dcloctst.c1157 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
1165 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
1205 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
1213 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
1231 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
1241 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
/external/icu/icu4c/source/i18n/
Dcoll.cpp244 ures_getNextString(&installed, NULL, &tempKey, &status); in initAvailableLocaleList()
Ddtptngen.cpp117 return ures_getNextString(aiter->bund, len, key, err); in ures_a_getNextString()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp203 … const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); in TestAPI()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2404 return ures_getNextString(resourceBundle, len, key, status); in ures_getNextString_android()