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

  /external/icu/icu4c/source/common/
uresdata.c 415 int32_t *indexR, const char **key) {
427 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
438 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
448 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
463 int32_t indexR, const char **key) {
466 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
472 if(indexR<length) {
475 *key=RES_GET_KEY16(pResData, p[indexR]);
477 return p32[indexR];
485 if(indexR<length)
    [all...]
uresbund.cpp 108 int32_t indexR = -1;
113 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
121 *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...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 876 milliseconds