Home
last modified time | relevance | path

Searched refs:entryAt (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
DStringPool.h101 const entry& entryAt(size_t idx) const;
DStringPool.cpp150 const StringPool::entry& StringPool::entryAt(size_t idx) const in entryAt() function in StringPool
365 entry& ent = const_cast<entry&>(entryAt(i)); in writeStringBlock()
DXMLNode.cpp980 printf("%s\n", String8(strings.entryAt(i).string).string()); in flatten()