Home | History | Annotate | Download | only in androidfw

Lines Matching refs:isUTF8

572         const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0;
573 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t));
575 if (!isUTF8) {
637 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0;
638 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t));
640 if (isUTF8) {
765 bool ResStringPool::isUTF8() const