Lines Matching refs:inKey
1778 const char* inKey, in ures_getStringByKeyWithFallback() argument
1785 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1836 const char* inKey, in ures_getByKeyWithFallback() argument
1853 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); in ures_getByKeyWithFallback()
1854 const char* key = inKey; in ures_getByKeyWithFallback()
1870 path.append(inKey, *status); in ures_getByKeyWithFallback()
1876 key = inKey; in ures_getByKeyWithFallback()
1905 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
2012 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
2015 const char *key = inKey; in ures_getByKey()
2030 key = inKey; in ures_getByKey()
2065 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey() argument
2068 const char* key = inKey; in ures_getStringByKey()
2085 key = inKey; in ures_getStringByKey()
2096 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2118 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()