/external/chromium_org/third_party/icu/source/common/ |
H A D | resbund.cpp | 314 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument 318 ures_getByIndex(fResource, indexR, &r, &status);
|
H A D | uresdata.c | 412 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 D | uresbund.c | 104 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/icu4c/common/ |
H A D | resbund.cpp | 314 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { argument 318 ures_getByIndex(fResource, indexR, &r, &status);
|
H A D | uresdata.c | 419 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 D | uresbund.cpp | 105 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/i18n/ |
H A D | ucol_tok.cpp | 193 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 D | ucol_tok.cpp | 187 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 D | cmsccoll.c | 1065 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 D | cmsccoll.c | 1068 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;
|