HomeSort by relevance Sort by last modified time
    Searched defs:indexR (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/common/
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]);
    [all...]
uresbund.c 104 int32_t indexR = -1;
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);
    [all...]
  /external/icu4c/common/
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<length)
    [all...]
uresbund.cpp 105 int32_t indexR = -1;
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);
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 798 milliseconds