Home | History | Annotate | Download | only in common

Lines Matching refs:pRoot

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;
374 p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
399 return offset==0 ? 0 : *(pResData->pRoot+offset);
401 return offset==0 ? 0 : *((const uint16_t *)(pResData->pRoot+offset));
421 const uint16_t *p= offset==0 ? &gEmpty16 : (const uint16_t *)(pResData->pRoot+offset);
440 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
461 const uint16_t *p= offset==0 ? &gEmpty16 : (const uint16_t *)(pResData->pRoot+offset);
484 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;
512 const int32_t *p= offset==0 ? &gEmpty32 : pResData->pRoot+offset;