Lines Matching refs:inKey
1797 const char* inKey, in ures_getStringByKeyWithFallback() argument
1804 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1855 const char* inKey, in ures_getByKeyWithFallback() argument
1872 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); in ures_getByKeyWithFallback()
1873 const char* key = inKey; in ures_getByKeyWithFallback()
1889 path.append(inKey, *status); in ures_getByKeyWithFallback()
1895 key = inKey; in ures_getByKeyWithFallback()
1924 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
2060 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
2063 const char *key = inKey; in ures_getByKey()
2078 key = inKey; in ures_getByKey()
2113 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey() argument
2116 const char* key = inKey; in ures_getStringByKey()
2133 key = inKey; in ures_getStringByKey()
2144 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
2166 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()