Searched defs:isUTF8 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp698 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; local
699 const uint32_t off = mEntries[idx]/(isUTF8?sizeof(uint8_t):sizeof(uint16_t));
701 if (!isUTF8) {
1005 bool ResStringPool::isUTF8() const function in class:android::ResStringPool
1345 if (mTree.mStrings.isUTF8()) {
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2714 bool isUTF8 = true; // Common case local
2738 isUTF8 = false;
2745 if (isUTF8) {

Completed in 96 milliseconds