/external/chromium_org/third_party/icu/source/common/ |
H A D | uresimp.h | 191 * @param inKey a key associated with the requested resource 203 const char* inKey, 215 * @param inKey a key associated with the requested resource 226 const char* inKey,
|
H A D | uresbund.c | 1655 const char* inKey, 1662 ures_getByKeyWithFallback(resB, inKey, &stack, status); 1670 const char* inKey, 1675 const char *key = inKey; 1704 uprv_strcpy(path+len, inKey); 1706 key = inKey; 1712 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/ 1735 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); 1751 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) { argument 1754 const char *key = inKey; 1654 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument 1669 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument 1805 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument [all...] |
/external/icu4c/common/ |
H A D | uresimp.h | 189 * @param inKey a key associated with the requested resource 200 const char* inKey, 212 * @param inKey a key associated with the requested resource 221 const char* inKey,
|
H A D | uresbund.cpp | 1666 const char* inKey, 1673 ures_getByKeyWithFallback(resB, inKey, &stack, status); 1717 const char* inKey, 1734 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); 1735 const char* key = inKey; 1750 uprv_strcpy(path+len, inKey); 1752 key = inKey; 1758 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/ 1781 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); 1797 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundl argument 1665 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument 1716 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument 1850 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 283 Resource res, const char *inKey, const char *parentKey, int32_t depth, 292 if(depth==1 && inKey!=NULL) { 293 if(0!=strcmp(inKey, "%%ALIAS")) { 329 inKey, depth+1, 350 inKey, depth+1, 281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) argument
|
/external/icu4c/tools/toolutil/ |
H A D | pkgitems.cpp | 283 Resource res, const char *inKey, const char *parentKey, int32_t depth, 292 if(depth==1 && inKey!=NULL) { 293 if(0!=strcmp(inKey, "%%ALIAS")) { 329 inKey, depth+1, 350 inKey, depth+1, 281 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, Package *pkg, UErrorCode *pErrorCode) argument
|
/external/chromium_org/third_party/codesighs/ |
H A D | msmap2tsv.c | 715 int symDBLookup(const void* inKey, const void* inItem) argument 721 const char* key = (const char*)inKey;
|