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 433 size_t strPos = 0;
450 ent.offset = strPos;
455 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
460 dat = (uint8_t*)dat + preSize + strPos;
477 strPos += totalSize;
482 if (strPos&0x3) {
483 size_t padPos = ((strPos+3)&~0x3);
489 memset(dat+preSize+strPos, 0, padPos-strPos);
490 strPos = padPos
    [all...]
  /external/svox/pico/lib/
picotok.c 231 picoos_int32 strPos;
    [all...]

Completed in 62 milliseconds