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 38 : mSorted(sorted), mUTF8(utf8), mValues(-1), mIdents(-1)
93 if (!mSorted) {
133 LOG_ALWAYS_FATAL_IF(mSorted, "Can't use styles with sorted string pools.");
147 return mSorted ? mValues.size() : mEntryArray.size();
152 if (!mSorted) {
351 if (mSorted) {
363 if (mSorted) {
382 if (mSorted) {
StringPool.h 128 const bool mSorted;

Completed in 11 milliseconds