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()
572 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; in stringAt() local573 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t)); in stringAt()575 if (!isUTF8) { in stringAt()637 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; in string8At() local638 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(char):sizeof(char16_t)); in string8At()640 if (isUTF8) { in string8At()765 bool ResStringPool::isUTF8() const in isUTF8() function in android::ResStringPool
471 bool isUTF8() const;