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

  /frameworks/base/tools/aapt/
StringPool.cpp 421 size_t strPos = 0;
438 ent.offset = strPos;
443 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
448 dat = (uint8_t*)dat + preSize + strPos;
465 strPos += totalSize;
470 if (strPos&0x3) {
471 size_t padPos = ((strPos+3)&~0x3);
477 memset(dat+preSize+strPos, 0, padPos-strPos);
478 strPos = padPos
    [all...]
  /external/svox/pico/lib/
picotok.c 231 picoos_int32 strPos;
    [all...]

Completed in 76 milliseconds