Lines Matching refs:fillIn

1495 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu…  in ures_getNextResource()  argument
1501 return fillIn; in ures_getNextResource()
1506 return fillIn; in ures_getNextResource()
1520 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1528 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1535 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1538 return fillIn; in ures_getNextResource()
1542 return fillIn; in ures_getNextResource()
1545 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1551 return fillIn; in ures_getByIndex()
1556 return fillIn; in ures_getByIndex()
1566 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1574 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1581 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1584 return fillIn; in ures_getByIndex()
1590 return fillIn; in ures_getByIndex()
1659 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1662 UResourceBundle *result = fillIn; in ures_findResource()
1703 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1705 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1714 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1717 UResourceBundle *result = fillIn; in ures_findSubResource()
1730 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1801 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1808 return fillIn; in ures_getByKeyWithFallback()
1812 return fillIn; in ures_getByKeyWithFallback()
1837 return fillIn; in ures_getByKeyWithFallback()
1869fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1874fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1881 return fillIn; in ures_getByKeyWithFallback()
1885 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
1891 return fillIn; in ures_getByKey()
1895 return fillIn; in ures_getByKey()
1908 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
1916 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
1926 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
1935 return fillIn; in ures_getByKey()