• Home
  • Raw
  • Download

Lines Matching refs:fillIn

1425 …* U_EXPORT2 ures_getNextResource(UResourceBundle *resB, UResourceBundle *fillIn, UErrorCode *statu…  in ures_getNextResource()  argument
1431 return fillIn; in ures_getNextResource()
1436 return fillIn; in ures_getNextResource()
1450 return ures_copyResb(fillIn, resB, status); in ures_getNextResource()
1458 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1465 …rn init_resb_result(&(resB->fResData), r, key, resB->fIndex, resB->fData, resB, 0, fillIn, status); in ures_getNextResource()
1468 return fillIn; in ures_getNextResource()
1472 return fillIn; in ures_getNextResource()
1475 …getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByIndex() argument
1481 return fillIn; in ures_getByIndex()
1486 return fillIn; in ures_getByIndex()
1496 return ures_copyResb(fillIn, resB, status); in ures_getByIndex()
1504 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1511 … return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status); in ures_getByIndex()
1514 return fillIn; in ures_getByIndex()
1520 return fillIn; in ures_getByIndex()
1589 ures_findResource(const char* path, UResourceBundle *fillIn, UErrorCode *status) in ures_findResource() argument
1592 UResourceBundle *result = fillIn; in ures_findResource()
1633 result = ures_findSubResource(first, localeEnd+1, fillIn, status); in ures_findResource()
1635 result = ures_copyResb(fillIn, first, status); in ures_findResource()
1644 ures_findSubResource(const UResourceBundle *resB, char* path, UResourceBundle *fillIn, UErrorCode *… in ures_findSubResource() argument
1647 UResourceBundle *result = fillIn; in ures_findSubResource()
1660 … result = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_findSubResource()
1688 UResourceBundle *fillIn, in ures_getByKeyWithFallback() argument
1697 return fillIn; in ures_getByKeyWithFallback()
1701 return fillIn; in ures_getByKeyWithFallback()
1752fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1757fillIn = init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
1764 return fillIn; in ures_getByKeyWithFallback()
1768 …etByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *statu… in ures_getByKey() argument
1775 return fillIn; in ures_getByKey()
1779 return fillIn; in ures_getByKey()
1792 return init_resb_result(rd, res, key, -1, realData, resB, 0, fillIn, status); in ures_getByKey()
1800 … return init_resb_result(&(resB->fResData), res, key, -1, resB->fData, resB, 0, fillIn, status); in ures_getByKey()
1810 return init_resb_result(rd, res, key, realData, resB, fillIn, status); in ures_getByKey()
1819 return fillIn; in ures_getByKey()