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

  /external/icu4c/common/
uresdata.h 312 Resource rootRes;
uresdata.c 158 pResData->rootRes=(Resource)*pResData->pRoot;
169 rootType=RES_GET_TYPE(pResData->rootRes);
504 return res_getTableItemByKey(pResData, pResData->rootRes, &idx, &realKey);
953 Resource rootRes;
1006 rootRes=ds->readUInt32(*inBundle);
    [all...]
uresbund.c 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...]

Completed in 952 milliseconds