Home | History | Annotate | Download | only in aapt

Lines Matching refs:htodl

490             span->name.index = htodl(ent.spans[i].span.name.index);
491 span->firstChar = htodl(ent.spans[i].span.firstChar);
492 span->lastChar = htodl(ent.spans[i].span.lastChar);
495 span->name.index = htodl
512 *p++ = htodl(ResStringPool_span::END);
529 header->header.size = htodl(pool->getSize());
530 header->stringCount = htodl(ENTRIES);
531 header->styleCount = htodl(STYLES);
533 header->flags |= htodl(ResStringPool_header::UTF8_FLAG);
535 header->stringsStart = htodl(preSize);
536 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);
543 *index++ = htodl(ent.offset);
552 *index++ = htodl(mEntryStyleArray[i].offset);