Lines Matching refs:inKey
1742 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()
1903 key = inKey; in ures_getByKey()
1938 U_CAPI const UChar* U_EXPORT2 ures_getStringByKey(const UResourceBundle *resB, const char* inKey, i… in ures_getStringByKey() argument
1941 const char* key = inKey; in ures_getStringByKey()
1958 key = inKey; in ures_getStringByKey()
1969 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()
1991 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status); in ures_getStringByKey()