Lines Matching refs:fillIn
1499 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu… in ures_getNextResource() argument
1505 return fillIn; in ures_getNextResource()
1510 return fillIn; in ures_getNextResource()
1524 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1532 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1539 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1542 return fillIn; in ures_getNextResource()
1546 return fillIn; in ures_getNextResource()
1549 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1555 return fillIn; in ures_getByIndex()
1560 return fillIn; in ures_getByIndex()
1570 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1578 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1585 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1588 return fillIn; in ures_getByIndex()
1594 return fillIn; in ures_getByIndex()
1663 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1666 UResourceBundle *result = fillIn; in ures_findResource()
1707 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1709 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1718 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1721 UResourceBundle *result = fillIn; in ures_findSubResource()
1734 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1805 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1812 return fillIn; in ures_getByKeyWithFallback()
1816 return fillIn; in ures_getByKeyWithFallback()
1841 return fillIn; in ures_getByKeyWithFallback()
1873 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1878 … fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1885 return fillIn; in ures_getByKeyWithFallback()
1980 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
1986 return fillIn; in ures_getByKey()
1990 return fillIn; in ures_getByKey()
2003 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
2011 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
2021 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
2030 return fillIn; in ures_getByKey()