/external/chromium/third_party/icu/source/tools/toolutil/ |
H A D | pkgitems.cpp | 155 Resource res, const char *inKey, const char *parentKey, int32_t depth, 181 if(depth==1 && inKey!=NULL) { 185 keyLength=(int32_t)strlen(inKey); 189 ds->swapInvChars(ds, inKey, gAliasKeyLength+1, key, pErrorCode); 365 inKey, depth+1, 394 item, NULL, inKey, depth+1, 152 ures_enumDependencies(const UDataSwapper *ds, const char *itemName, const Resource *inBundle, int32_t length, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, UErrorCode *pErrorCode) argument
|
/external/icu4c/tools/toolutil/ |
H A D | pkgitems.cpp | 285 Resource res, const char *inKey, const char *parentKey, int32_t depth, 293 if(depth==1 && inKey!=NULL) { 294 if(0!=strcmp(inKey, "%%ALIAS")) { 330 inKey, depth+1, 350 inKey, depth+1, 283 ures_enumDependencies(const char *itemName, const ResourceData *pResData, Resource res, const char *inKey, const char *parentKey, int32_t depth, CheckDependency check, void *context, UErrorCode *pErrorCode) argument
|
/external/chromium/third_party/icu/source/common/ |
H A D | uresbund.c | 1541 const char* inKey, 1548 ures_getByKeyWithFallback(resB, inKey, &stack, status); 1556 const char* inKey, 1561 const char *key = inKey; 1587 uprv_strcpy(path+len, inKey); 1589 key = inKey; 1595 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/ 1618 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); 1634 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) { argument 1637 const char *key = inKey; 1540 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument 1555 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument 1686 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument [all...] |
/external/icu4c/common/ |
H A D | uresbund.c | 1658 const char* inKey, 1665 ures_getByKeyWithFallback(resB, inKey, &stack, status); 1673 const char* inKey, 1678 const char *key = inKey; 1707 uprv_strcpy(path+len, inKey); 1709 key = inKey; 1715 /*helper = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, helper, status);*/ 1738 fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); 1754 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) { argument 1757 const char *key = inKey; 1657 ures_getStringByKeyWithFallback(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument 1672 ures_getByKeyWithFallback(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) argument 1808 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, int32_t* len, UErrorCode *status) argument [all...] |