Searched refs:styPos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.cpp495 size_t styPos = strPos; local
502 ent.offset = styPos-strPos;
503 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
508 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
517 styPos += totalSize;
525 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
530 uint32_t* p = (uint32_t*)(dat+preSize+styPos);
535 styPos += extra;

Completed in 41 milliseconds