HomeSort by relevance Sort by last modified time
    Searched full:strpos (Results 1 - 4 of 4) sorted by null

  /external/svox/pico/lib/
picotok.c 231 picoos_int32 strPos;
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 451 size_t strPos = 0;
468 ent.offset = strPos;
473 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
478 dat = (uint8_t*)dat + preSize + strPos;
495 strPos += totalSize;
500 if (strPos&0x3) {
501 size_t padPos = ((strPos+3)&~0x3);
507 memset(dat+preSize+strPos, 0, padPos-strPos);
508 strPos = padPos
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1018 char *strpos; local
1036 strpos = str;
1040 rlen = snprintf(strpos, len - (strpos - str), "%s", names[i]);
1048 strpos[name_len] = ' ';
1050 strpos += name_len + 1;
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]

Completed in 472 milliseconds