Home
last modified time | relevance | path

Searched refs:inKey (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duresimp.h200 const char* inKey,
221 const char* inKey,
Duresbund.cpp1742 const char* inKey, in ures_getStringByKeyWithFallback() argument
1749 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1800 const char* inKey, in ures_getByKeyWithFallback() argument
1817 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); in ures_getByKeyWithFallback()
1818 const char* key = inKey; in ures_getByKeyWithFallback()
1834 path.append(inKey, *status); in ures_getByKeyWithFallback()
1840 key = inKey; in ures_getByKeyWithFallback()
1869 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1885 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
1888 const char *key = inKey; in ures_getByKey()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp281 Resource res, const char *inKey, const char *parentKey, int32_t depth, in ures_enumDependencies() argument
290 if(depth==1 && inKey!=NULL) { in ures_enumDependencies()
291 if(0!=strcmp(inKey, "%%ALIAS")) { in ures_enumDependencies()
327 inKey, depth+1, in ures_enumDependencies()
348 inKey, depth+1, in ures_enumDependencies()