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

/external/icu4c/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.cpp314 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument
318 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.cpp105 int32_t indexR = -1; local
110 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
118 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
1469 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1483 if(indexR >= 0 && resB->fSize > indexR) {
1494 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexR, &key);
1498 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1501 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexR);
1505 return init_resb_result(&(resB->fResData), r, key, indexR, res
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c412 int32_t *indexR, const char **key) {
423 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
433 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
442 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
456 int32_t indexR, const char **key) {
463 if(indexR<length) {
466 *key=RES_GET_KEY16(pResData, p[indexR]);
468 return p32[indexR];
475 if(indexR<length) {
477 *key=RES_GET_KEY16(pResData, p[indexR]);
411 res_getTableItemByKey(const ResourceData *pResData, Resource table, int32_t *indexR, const char **key) argument
455 res_getTableItemByIndex(const ResourceData *pResData, Resource table, int32_t indexR, const char **key) argument
508 res_getArrayItem(const ResourceData *pResData, Resource array, int32_t indexR) argument
542 int32_t indexR = 0; local
[all...]
H A Dresbund.cpp314 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument
318 ures_getByIndex(fResource, indexR, &r, &status);
H A Duresbund.c104 int32_t indexR = -1; local
109 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
117 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag);
1458 U_CAPI UResourceBundle* U_EXPORT2 ures_getByIndex(const UResourceBundle *resB, int32_t indexR, UResourceBundle *fillIn, UErrorCode *status) { argument
1472 if(indexR >= 0 && resB->fSize > indexR) {
1483 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, indexR, &key);
1487 return init_resb_result(&(resB->fResData), r, key, indexR, resB->fData, resB, 0, fillIn, status);
1490 r = res_getArrayItem(&(resB->fResData), resB->fRes, indexR);
1494 return init_resb_result(&(resB->fResData), r, key, indexR, res
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dures.h600 * @param indexR an index to the wanted resource.
610 int32_t indexR,
/external/icu4c/common/unicode/
H A Dures.h607 * @param indexR an index to the wanted resource.
617 int32_t indexR,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_tok.cpp193 static void setIndirectBoundaries(uint32_t indexR, uint32_t *start, uint32_t *end) { argument
197 ucolIndirectBoundaries[indexR].startCE = start[0];
198 ucolIndirectBoundaries[indexR].startContCE = start[1];
200 ucolIndirectBoundaries[indexR].limitCE = end[0];
201 ucolIndirectBoundaries[indexR].limitContCE = end[1];
203 ucolIndirectBoundaries[indexR].limitCE = 0;
204 ucolIndirectBoundaries[indexR].limitContCE = 0;
/external/icu4c/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.c1065 static void setIndirectBoundaries(uint32_t indexR, uint32_t *start, uint32_t *end) { argument
1068 ucolIndirectBoundaries[indexR].startCE = start[0];
1069 ucolIndirectBoundaries[indexR].startContCE = start[1];
1071 ucolIndirectBoundaries[indexR].limitCE = end[0];
1072 ucolIndirectBoundaries[indexR].limitContCE = end[1];
1074 ucolIndirectBoundaries[indexR].limitCE = 0;
1075 ucolIndirectBoundaries[indexR].limitContCE = 0;
/external/icu4c/test/cintltst/
H A Dcmsccoll.c1068 static void setIndirectBoundaries(uint32_t indexR, uint32_t *start, uint32_t *end) { argument
1071 ucolIndirectBoundaries[indexR].startCE = start[0];
1072 ucolIndirectBoundaries[indexR].startContCE = start[1];
1074 ucolIndirectBoundaries[indexR].limitCE = end[0];
1075 ucolIndirectBoundaries[indexR].limitContCE = end[1];
1077 ucolIndirectBoundaries[indexR].limitCE = 0;
1078 ucolIndirectBoundaries[indexR].limitContCE = 0;

Completed in 1440 milliseconds