Searched refs:indexR (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresdata.cpp710 int32_t *indexR, const char **key) {
722 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
733 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
743 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
758 int32_t indexR, const char **key) {
761 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
767 if(indexR<length) {
770 *key=RES_GET_KEY16(pResData, p[indexR]);
772 return p32[indexR];
780 if(indexR<lengt
709 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexR, const char **key) argument
757 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexR, const char **key) argument
837 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexR) argument
886 int32_t indexR = 0; local
[all...]
H A Dresbund.cpp323 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument
327 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.cpp110 int32_t indexR = -1; local
115 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
123 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
1549 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1563 if(indexR >= 0 && resB->fSize > indexR) {
1574 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexR, &key);
1578 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1581 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexR);
1585 return init_resb_result(&(resB->fResData), r, key, indexR, res
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dures.h614 * @param indexR an index to the wanted resource.
624 int32_t indexR,

Completed in 126 milliseconds