• Home
  • Raw
  • Download

Lines Matching refs:fillIn

1531 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu…  in ures_getNextResource()  argument
1537 return fillIn; in ures_getNextResource()
1542 return fillIn; in ures_getNextResource()
1556 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1564 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1571 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1574 return fillIn; in ures_getNextResource()
1578 return fillIn; in ures_getNextResource()
1581 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1587 return fillIn; in ures_getByIndex()
1592 return fillIn; in ures_getByIndex()
1602 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1610 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1617 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1620 return fillIn; in ures_getByIndex()
1626 return fillIn; in ures_getByIndex()
1695 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1698 UResourceBundle *result = fillIn; in ures_findResource()
1739 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1741 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1750 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1753 UResourceBundle *result = fillIn; in ures_findSubResource()
1766 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1837 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1844 return fillIn; in ures_getByKeyWithFallback()
1848 return fillIn; in ures_getByKeyWithFallback()
1873 return fillIn; in ures_getByKeyWithFallback()
1905fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1910fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1917 return fillIn; in ures_getByKeyWithFallback()
2012 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
2018 return fillIn; in ures_getByKey()
2022 return fillIn; in ures_getByKey()
2035 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
2043 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
2053 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
2062 return fillIn; in ures_getByKey()