/external/icu/libicu/cts_headers/unicode/ |
D | ures.h | 379 ures_getString(const UResourceBundle* resourceBundle, 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
|
D | urename.h | 1604 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 379 ures_getString(const UResourceBundle* resourceBundle, 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 379 ures_getString(const UResourceBundle* resourceBundle, 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
|
D | urename.h | 1604 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
|
/external/icu/icu4c/source/common/ |
D | uloc_keytype.cpp | 272 … const UChar* to = ures_getString(typeAliasDataEntry.getAlias(), &toLen, &sts); in initFromResourceBundle() 313 … const UChar* to = ures_getString(bcpTypeAliasDataEntry.getAlias(), &toLen, &sts); in initFromResourceBundle()
|
D | resbund.cpp | 256 const UChar *r = ures_getString(fResource, &len, &status); in getString()
|
D | uresbund.cpp | 1350 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString() function 1434 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1539 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1866 retVal = ures_getString(&stack, &length, status); in ures_getStringByKeyWithFallback() 2345 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 2367 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
|
D | brkiter.cpp | 85 brkfname = ures_getString(brkName, &size, &status); in buildInstance()
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 133 ures_getString
|
/external/icu/icu4c/source/i18n/ |
D | ucol_res.cpp | 272 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode); in loadFromBundle() 430 const UChar *s = ures_getString(def.getAlias(), &len, &internalErrorCode); in loadFromData()
|
D | erarules.cpp | 179 const UChar *val = ures_getString(res.getAlias(), &len, &status); in createInstance()
|
D | ucol_sit.cpp | 475 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status); in ucol_prepareShortStringOpen()
|
D | measfmt.cpp | 184 const UChar *resStr = ures_getString(resource, &len, &status); in getString()
|
D | smpdtfmt.cpp | 802 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() 828 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() 870 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct() 896 resStr = ures_getString(currentBundle.getAlias(), &resStrLen, &status); in construct()
|
D | translit.cpp | 1575 resString = ures_getString(res, &len, &lstatus); in initializeRegistry()
|
D | timezone.cpp | 1644 const UChar *tzids = ures_getString(regionalData, &len, &status); in getWindowsID()
|
/external/icu/icu4c/source/samples/uresb/ |
D | uresb.c | 235 const UChar*thestr = ures_getString(resource, &len, status); in printOutBundle()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 720 s=ures_getString(item, &length, &errorCode); in TestTable32() 762 s=ures_getString(item, &length, &errorCode); in TestTable32()
|
D | udatatst.c | 1083 icuString = ures_getString(tmp, &len, &status); in TestAppData() 1099 appString = ures_getString(tmp2, &len, &status); in TestAppData()
|
D | creststn.c | 1115 …on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &le… in TestAPI() 1292 if(ures_getString(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){ in TestErrorConditions() 1297 if(ures_getString(teRes, &len, &status) != NULL){ in TestErrorConditions() 2924 s16 = ures_getString(resB, length, status); in tres_getString()
|
D | cldrtest.c | 335 const UChar *string = ures_getString(subBundle, &len, &errorCode); in TestKeyInRootRecursive() 397 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode); in TestKeyInRootRecursive()
|
/external/icu/icu4c/source/tools/genrb/ |
D | derb.cpp | 431 const UChar* thestr = ures_getString(resource, &len, status); in printOutBundle()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 402 return ures_getString(resourceBundle, len, status); in ures_getString_android()
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1604 #define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) macro
|