/external/icu/icu4c/source/common/ |
D | resbund.cpp | 314 const UChar* r = ures_getNextString(fResource, &len, 0, &status); in getNextString() 320 const UChar* r = ures_getNextString(fResource, &len, key, &status); in getNextString()
|
D | uresbund.cpp | 1501 U_CAPI const UChar* U_EXPORT2 ures_getNextString(UResourceBundle *resB, int32_t* len, const char **… in ures_getNextString() function
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 608 ures_getNextString(UResourceBundle *resourceBundle, 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
|
D | urename.h | 1584 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ures.h | 608 ures_getNextString(UResourceBundle *resourceBundle, 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
|
D | urename.h | 1584 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 608 ures_getNextString(UResourceBundle *resourceBundle, 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
|
D | urename.h | 1584 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 1083 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestAPI() 1086 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestAPI() 1336 value=(UChar*)ures_getNextString(teFillin, &len, &key, &status); in TestErrorConditions() 1342 value=(UChar*)ures_getNextString(NULL, &len, &key, &status); in TestErrorConditions() 1988 value=(UChar*)ures_getNextString(tagelement, &len, &key, &status); in testTag() 2380 result = ures_getNextString(tb, &resultLen, &key, &status); in TestResourceLevelAliasing() 2407 result = ures_getNextString(tb, &resultLen, &key, &status); in TestResourceLevelAliasing()
|
D | cloctst.c | 1346 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions() 1354 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions() 1394 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions() 1402 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions() 1420 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions() 1430 ures_getNextString(subRes, NULL, &key, &status); in TestISOFunctions()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 243 ures_getNextString(installed.getAlias(), NULL, &tempKey, &status); in initAvailableLocaleList()
|
D | dtptngen.cpp | 118 return ures_getNextString(aiter->bund, len, key, err); in ures_a_getNextString()
|
/external/icu/icu4c/source/test/intltest/ |
D | units_test.cpp | 88 ures_getNextString(unitConstants.getAlias(), &len, &constant, status); in testUnitConstantFreshness()
|
D | itrbnf.cpp | 203 … const UChar* currentString = ures_getNextString(ruleSets.getAlias(), &len, NULL, &status); in TestAPI()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1584 #define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) macro
|