Lines Matching refs:fillIn

1496 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu…  in ures_getNextResource()  argument
1502 return fillIn; in ures_getNextResource()
1507 return fillIn; in ures_getNextResource()
1521 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1529 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1536 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1539 return fillIn; in ures_getNextResource()
1543 return fillIn; in ures_getNextResource()
1546 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1552 return fillIn; in ures_getByIndex()
1557 return fillIn; in ures_getByIndex()
1567 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1575 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1582 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1585 return fillIn; in ures_getByIndex()
1591 return fillIn; in ures_getByIndex()
1660 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1663 UResourceBundle *result = fillIn; in ures_findResource()
1704 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1706 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1715 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1718 UResourceBundle *result = fillIn; in ures_findSubResource()
1731 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1802 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1809 return fillIn; in ures_getByKeyWithFallback()
1813 return fillIn; in ures_getByKeyWithFallback()
1838 return fillIn; in ures_getByKeyWithFallback()
1870fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1875fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1882 return fillIn; in ures_getByKeyWithFallback()
2001 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
2007 return fillIn; in ures_getByKey()
2011 return fillIn; in ures_getByKey()
2024 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
2032 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
2042 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
2051 return fillIn; in ures_getByKey()