Lines Matching refs:p32
335 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString() local
336 length=*p32++; in res_getString()
337 p=(const UChar *)p32; in res_getString()
361 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker() local
362 int32_t length=*p32; in isNoInheritanceMarker()
363 const UChar *p=(const UChar *)p32; in isNoInheritanceMarker()
423 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias() local
424 length=*p32++; in res_getAlias()
425 p=(const UChar *)p32; in res_getAlias()
442 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinary() local
443 length=*p32++; in res_getBinary()
444 p=(const uint8_t *)p32; in res_getBinary()
724 const Resource *p32=(const Resource *)(p+length+(~length&1)); in res_getTableItemByKey() local
725 return p32[idx]; in res_getTableItemByKey()
770 const Resource *p32=(const Resource *)(p+length+(~length&1)); in res_getTableItemByIndex() local
774 return p32[indexR]; in res_getTableItemByIndex()