Searched refs:isUTF8 (Results 1 – 3 of 3) sorted by relevance
40 if (pool->isUTF8()) { in printStringPool()49 (ZD_TYPE)uniqueStrings.size(), pool->isUTF8() ? "UTF-8" : "UTF-16", in printStringPool()
471 bool isUTF8() const;
570 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; in stringAt() local571 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t)); in stringAt()573 if (!isUTF8) { in stringAt()840 bool ResStringPool::isUTF8() const in isUTF8() function in android::ResStringPool1147 if (mTree.mStrings.isUTF8()) { in indexOfAttribute()