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

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

Completed in 376 milliseconds