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

/frameworks/base/tools/aapt/
H A DStringPool.cpp475 size_t styPos = strPos; local
482 ent.offset = styPos-strPos;
483 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + totalSize);
488 ResStringPool_span* span = (ResStringPool_span*)(dat+preSize+styPos);
497 styPos += totalSize;
505 uint8_t* dat = (uint8_t*)pool->editData(preSize + styPos + extra);
510 uint32_t* p = (uint32_t*)(dat+preSize+styPos);
515 styPos += extra;

Completed in 129 milliseconds