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

  /external/chromium/third_party/icu/source/common/
uresdata.c 38 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
39 #define RES_GET_KEY(pRoot, keyOffset) ((const char *)(pRoot)+(keyOffset))
52 _res_getArrayItem(Resource *pRoot, Resource res, int32_t indexR) {
53 const int32_t *p=(const int32_t *)RES_GET_POINTER(pRoot, res);
64 * Important: the key offsets are 16-bit byte offsets from pRoot,
75 _res_getTableKey(const Resource *pRoot, const Resource res, int32_t indexS) {
76 const uint16_t *p=(const uint16_t *)RES_GET_POINTER(pRoot, res);
78 return RES_GET_KEY(pRoot, p[indexS+1]);
85 _res_getTable32Key(const Resource *pRoot, const Resource res, int32_t indexS)
    [all...]
uresdata.h 36 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
171 Resource *pRoot;
  /external/icu4c/common/
uresdata.h 66 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
309 const int32_t *pRoot;
uresdata.c 40 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
43 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (const char *)(pResData)->pRoot+(keyOffset) : \
157 pResData->pRoot=(const int32_t *)inBytes;
158 pResData->rootRes=(Resource)*pResData->pRoot;
180 const int32_t *indexes=pResData->pRoot+1;
212 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
316 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
335 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
354 const int32_t *p32= offset==0 ? &gEmpty32 : pResData->pRoot+offset
    [all...]
uresbund.c 388 const int32_t *poolIndexes = r->fPool->fData.pRoot + 1;
389 if(r->fData.pRoot[1 + URES_INDEX_POOL_CHECKSUM] == poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
    [all...]
  /development/simulator/app/
Preferences.cpp 206 TiXmlNode* pRoot;
209 pRoot = mpDoc->FirstChild("prefs");
210 assert(pRoot != NULL);
212 for (pNode = pRoot->FirstChild(); pNode != NULL;)
  /external/chromium/third_party/icu/source/tools/genrb/
derb.c 473 int32_t *p=(int32_t *)RES_GET_POINTER(pResData->pRoot, res);
487 derb_getTableKey(const Resource *pRoot, const Resource res, uint16_t indexS) {
488 uint16_t *p=(uint16_t *)RES_GET_POINTER(pRoot, res);
490 return ((const char *)(pRoot)+(p[indexS+1])); /*RES_GET_KEY(pRoot, p[indexS+1]);*/
497 derb_getArrayItem(Resource *pRoot, Resource res, int32_t indexR) {
498 int32_t *p=(int32_t *)RES_GET_POINTER(pRoot, res);
507 derb_getTableItem(const Resource *pRoot, const Resource res, uint16_t indexR) {
508 uint16_t *p=(uint16_t *)RES_GET_POINTER(pRoot, res);
727 r = derb_getTableItem(resource->fResData.pRoot, resource->fRes, (int16_t)i)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 45 Node *pRoot;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 86 Node *pRoot;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 124 Node *pRoot;
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 424 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {

Completed in 247 milliseconds