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

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c419 int32_t *indexR, const char **key) {
431 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
442 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
452 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
467 int32_t indexR, const char **key) {
470 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
476 if(indexR<length) {
479 *key=RES_GET_KEY16(pResData, p[indexR]);
481 return p32[indexR];
489 if(indexR<lengt
418 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexR, const char **key) argument
466 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexR, const char **key) argument
524 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexR) argument
561 int32_t indexR = 0; local
[all...]
H A Dresbund.cpp321 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument
325 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.cpp107 int32_t indexR = -1; local
112 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
120 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
1459 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1473 if(indexR >= 0 && resB->fSize > indexR) {
1484 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexR, &key);
1488 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1491 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexR);
1495 return init_resb_result(&(resB->fResData), r, key, indexR, res
[all...]
/external/icu/icu4c/source/common/
H A Duresdata.c417 int32_t *indexR, const char **key) {
429 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
440 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
450 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
465 int32_t indexR, const char **key) {
468 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
474 if(indexR<length) {
477 *key=RES_GET_KEY16(pResData, p[indexR]);
479 return p32[indexR];
487 if(indexR<lengt
416 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexR, const char **key) argument
464 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexR, const char **key) argument
522 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexR) argument
559 int32_t indexR = 0; local
[all...]
H A Dresbund.cpp321 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument
325 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.cpp107 int32_t indexR = -1; local
112 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
120 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
1459 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1473 if(indexR >= 0 && resB->fSize > indexR) {
1484 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexR, &key);
1488 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1491 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexR);
1495 return init_resb_result(&(resB->fResData), r, key, indexR, res
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h607 * @param indexR an index to the wanted resource.
617 int32_t indexR,
/external/icu/icu4c/source/common/unicode/
H A Dures.h608 * @param indexR an index to the wanted resource.
618 int32_t indexR,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp187 static void setIndirectBoundaries(uint32_t indexR, uint32_t *start, uint32_t *end) { argument
191 ucolIndirectBoundaries[indexR].startCE = start[0];
192 ucolIndirectBoundaries[indexR].startContCE = start[1];
194 ucolIndirectBoundaries[indexR].limitCE = end[0];
195 ucolIndirectBoundaries[indexR].limitContCE = end[1];
197 ucolIndirectBoundaries[indexR].limitCE = 0;
198 ucolIndirectBoundaries[indexR].limitContCE = 0;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1075 static void setIndirectBoundaries(uint32_t indexR, uint32_t *start, uint32_t *end) { argument
1078 ucolIndirectBoundaries[indexR].startCE = start[0];
1079 ucolIndirectBoundaries[indexR].startContCE = start[1];
1081 ucolIndirectBoundaries[indexR].limitCE = end[0];
1082 ucolIndirectBoundaries[indexR].limitContCE = end[1];
1084 ucolIndirectBoundaries[indexR].limitCE = 0;
1085 ucolIndirectBoundaries[indexR].limitContCE = 0;

Completed in 272 milliseconds