HomeSort by relevance Sort by last modified time
    Searched refs:mSorted (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
StringPool.cpp 46 : mSorted(sorted), mUTF8(utf8), mValues(-1), mIdents(-1)
101 if (!mSorted) {
141 LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
155 return mSorted ? mValues.size() : mEntryArray.size();
160 if (!mSorted) {
359 if (mSorted) {
371 if (mSorted) {
390 if (mSorted) {
StringPool.h 128 const bool mSorted;

Completed in 20 milliseconds