Lines Matching refs:fillIn
1550 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu… in ures_getNextResource() argument
1556 return fillIn; in ures_getNextResource()
1561 return fillIn; in ures_getNextResource()
1575 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1583 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1590 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1593 return fillIn; in ures_getNextResource()
1597 return fillIn; in ures_getNextResource()
1600 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1606 return fillIn; in ures_getByIndex()
1611 return fillIn; in ures_getByIndex()
1621 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1629 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1636 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1639 return fillIn; in ures_getByIndex()
1645 return fillIn; in ures_getByIndex()
1714 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1717 UResourceBundle *result = fillIn; in ures_findResource()
1758 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1760 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1769 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1772 UResourceBundle *result = fillIn; in ures_findSubResource()
1785 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1856 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1863 return fillIn; in ures_getByKeyWithFallback()
1867 return fillIn; in ures_getByKeyWithFallback()
1892 return fillIn; in ures_getByKeyWithFallback()
1924 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1929 … fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1936 return fillIn; in ures_getByKeyWithFallback()
2060 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
2066 return fillIn; in ures_getByKey()
2070 return fillIn; in ures_getByKey()
2083 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
2091 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
2101 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
2110 return fillIn; in ures_getByKey()