Home | History | Annotate | Download | only in aapt

Lines Matching refs:htodl

309             span->name.index = htodl(ent.spans[i].span.name.index);
310 span->firstChar = htodl(ent.spans[i].span.firstChar);
311 span->lastChar = htodl(ent.spans[i].span.lastChar);
314 span->name.index = htodl(ResStringPool_span::END);
331 *p++ = htodl(ResStringPool_span::END);
348 header->header.size = htodl(pool->getSize());
349 header->stringCount = htodl(ENTRIES);
350 header->styleCount = htodl(STYLES);
352 header->flags |= htodl(ResStringPool_header::SORTED_FLAG);
355 header->flags |= htodl(ResStringPool_header::UTF8_FLAG);
357 header->stringsStart = htodl(preSize);
358 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);
368 *index++ = htodl(ent.offset);
373 *index++ = htodl(ent.offset);
388 *index++ = htodl(mEntryStyleArray[i].offset);