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

  /external/icu/icu4c/source/common/
uresdata.cpp 710 int32_t *indexR, const char **key) {
722 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
733 *indexR=idx=_res_findTableItem(pResData, p, length, *key, key);
743 *indexR=idx=_res_findTable32Item(pResData, p, length, *key, key);
758 int32_t indexR, const char **key) {
761 if (indexR < 0) {
769 if(indexR<length) {
772 *key=RES_GET_KEY16(pResData, p[indexR]);
774 return p32[indexR];
782 if(indexR<length)
    [all...]
resbund.cpp 323 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const {
327 ures_getByIndex(fResource, indexR, &r, &status);
uresbund.cpp 110 int32_t indexR = -1;
115 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
123 *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 614 * @param indexR an index to the wanted resource.
624 int32_t indexR,
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp     [all...]

Completed in 296 milliseconds