Searched refs:inKey (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresimp.h191 * @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 Duresbund.c1655 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 Duresimp.h189 * @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 Duresbund.cpp1666 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 Dpkgitems.cpp283 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 Dpkgitems.cpp283 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 Dmsmap2tsv.c715 int symDBLookup(const void* inKey, const void* inItem) argument
721 const char* key = (const char*)inKey;

Completed in 161 milliseconds