Searched defs:ures_getStringByKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp1847 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) { function
1936 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status);
2233 const UChar* minor_version = ures_getStringByKey(resourceBundle, kVersionTag, &minor_len, &status);
2470 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2545 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2621 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2874 str = ures_getStringByKey(res, key, &len, status);
/external/icu/icu4c/source/common/
H A Duresbund.cpp1847 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) { function
1936 const UChar *s16 = ures_getStringByKey(resB, key, &length16, status);
2233 const UChar* minor_version = ures_getStringByKey(resourceBundle, kVersionTag, &minor_len, &status);
2470 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2545 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2621 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus);
2874 str = ures_getStringByKey(res, key, &len, status);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1512 #define ures_getStringByKey U_ICU_ENTRY_POINT_RENAME(ures_getStringByKey) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h1433 #define ures_getStringByKey U_ICU_ENTRY_POINT_RENAME(ures_getStringByKey) macro

Completed in 125 milliseconds