Home
last modified time | relevance | path

Searched refs:stringCount (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
H A DHeaderBlock.java55 char stringCount = blockData.getChar(offset); in HeaderBlock() local
59 List<String> strings = new ArrayList<>(stringCount); in HeaderBlock()
60 for (int i = 0; i < stringCount; i++) { in HeaderBlock()
/aosp12/frameworks/base/core/java/android/preference/
H A DMultiSelectListPreference.java266 final int stringCount = strings.length; in SavedState() local
267 for (int i = 0; i < stringCount; i++) { in SavedState()
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp522 h->stringCount = dtohl(mHeader->stringCount); in setTo()
538 if (mHeader->stringCount > 0) { in setTo()
539 if ((mHeader->stringCount*sizeof(uint32_t) < mHeader->stringCount) // uint32 overflow? in setTo()
586 (int)mHeader->stringCount); in setTo()
593 for (i=0; i<mHeader->stringCount; i++) { in setTo()
623 mEntryStyles = mEntries + mHeader->stringCount; in setTo()
685 for (size_t x = 0; x < mHeader->stringCount; x++) { in uninit()
758 if (mError == NO_ERROR && idx < mHeader->stringCount) { in stringAt()
894 if (mError == NO_ERROR && idx < mHeader->stringCount) { in string8At()
1046 ssize_t h = mHeader->stringCount-1; in indexOfString()
[all …]
/aosp12/frameworks/base/tools/aapt2/
H A DStringPool.cpp441 header->stringCount = util::HostToDevice32(pool.size()); in Flatten()
/aosp12/frameworks/base/tools/aapt/
H A DStringPool.cpp557 header->stringCount = htodl(ENTRIES); in writeStringBlock()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h462 uint32_t stringCount; member