Home
last modified time | relevance | path

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

/external/icu4c/common/
Duresimp.h217 const char* inKey,
240 const char* inKey,
Duresbund.c1497 const char* inKey, in ures_getStringByKeyWithFallback() argument
1504 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1512 const char* inKey, in ures_getByKeyWithFallback() argument
1517 const char *key = inKey; in ures_getByKeyWithFallback()
1543 uprv_strcpy(path+len, inKey); in ures_getByKeyWithFallback()
1545 key = inKey; in ures_getByKeyWithFallback()
1574 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1590 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
1593 const char *key = inKey; in ures_getByKey()
1607 key = inKey; in ures_getByKey()
[all …]
/external/icu4c/tools/toolutil/
Dpkgitems.cpp154 Resource res, const char *inKey, int32_t depth, in ures_enumDependencies() argument
185 keyLength=(int32_t)strlen(inKey); in ures_enumDependencies()
189 ds->swapInvChars(ds, inKey, gAliasKeyLength+1, key, pErrorCode); in ures_enumDependencies()