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

  /external/icu/icu4c/source/common/
uresdata.cpp 590 int32_t *indexR, const char **key) {
602 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
613 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
623 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
638 int32_t indexR, const char **key) {
641 U_ASSERT(indexR>=0); /* to ensure the index is not negative */
647 if(indexR<length) {
650 *key=RES_GET_KEY16(pResData, p[indexR]);
652 return p32[indexR];
660 if(indexR<length)
    [all...]
resbund.cpp 321 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const {
325 ures_getByIndex(fResource, indexR, &r, &status);
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/msm8084/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 608 * @param indexR an index to the wanted resource.
618 int32_t indexR,
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 700 milliseconds