/external/icu4c/common/unicode/ |
D | ures.h | 354 ures_getString(const UResourceBundle* resourceBundle, 791 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
|
D | urename.h | 1136 #define ures_getString ures_getString_3_8 macro
|
/external/icu4c/common/ |
D | resbund.cpp | 246 const UChar *r = ures_getString(fResource, &len, &status); in getString()
|
D | brkeng.cpp | 256 const UChar *dictfname = ures_getString(b, &dictnlength, &status); in loadDictionaryFor()
|
D | uresbund.c | 983 U_CAPI const UChar* U_EXPORT2 ures_getString(const UResourceBundle* resB, int32_t* len, UErrorCode*… in ures_getString() function 1077 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1194 result = ures_getString(tempRes, len, status); in ures_getStringWithAlias() 1505 retVal = ures_getString(&stack, len, status); in ures_getStringByKeyWithFallback() 1675 result = ures_getString(tempRes, len, status); in ures_getStringByKey() 1699 result = ures_getString(tempRes, len, status); in ures_getStringByKey()
|
D | brkiter.cpp | 85 brkfname = ures_getString(brkName, &size, &status); in buildInstance()
|
/external/icu4c/i18n/ |
D | reldtfmt.cpp | 260 const UChar* aString = ures_getString(subString, &aLen, &status); in loadDates()
|
D | ucol_res.cpp | 101 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus); in ucol_open_internal()
|
D | translit.cpp | 1519 resString = ures_getString(res, &len, &status); in initializeRegistry()
|
D | ucol_sit.cpp | 474 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, status); in ucol_prepareShortStringOpen()
|
/external/icu4c/samples/uresb/ |
D | uresb.c | 229 const UChar*thestr = ures_getString(resource, &len, status); in printOutBundle()
|
/external/icu4c/test/cintltst/ |
D | crestst.c | 683 s=ures_getString(item, &length, &errorCode); in TestTable32() 725 s=ures_getString(item, &length, &errorCode); in TestTable32()
|
D | cldrtest.c | 297 const UChar *string = ures_getString(subBundle, &len, &errorCode); in TestKeyInRootRecursive() 358 const UChar *rootString = ures_getString(subRootBundle, &len, &errorCode); in TestKeyInRootRecursive()
|
D | udatatst.c | 1024 icuString = ures_getString(tmp, &len, &status); in TestAppData() 1040 appString = ures_getString(tmp2, &len, &status); in TestAppData()
|
D | creststn.c | 1079 …on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &le… in TestAPI() 1248 if(ures_getString(NULL, &len, &status) != NULL && status != U_ILLEGAL_ARGUMENT_ERROR){ in TestErrorConditions() 1253 if(ures_getString(teRes, &len, &status) != NULL){ in TestErrorConditions() 2812 s16 = ures_getString(resB, length, status); in tres_getString()
|
/external/icu4c/tools/genrb/ |
D | derb.c | 562 const UChar* thestr = ures_getString(resource, &len, status); in printOutBundle()
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | urename.h | 1023 #define ures_getString ures_getString_3_2 macro
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | urename.h | 1023 #define ures_getString ures_getString_3_2 macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1023 #define ures_getString ures_getString_3_2 macro
|
/external/webkit/WebCore/icu/unicode/ |
D | urename.h | 1023 #define ures_getString ures_getString_3_2 macro
|