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 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/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 2272 milliseconds