Home
last modified time | relevance | path

Searched refs:hasRegion (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h108 bool hasRegion() const { return m_pRegion != NULL; } in hasRegion() function
110 assert(hasRegion()); in region()
/frameworks/base/libs/androidfw/
DLocaleData.cpp40 inline bool hasRegion(uint32_t packed_locale) { in hasRegion() function
49 if (hasRegion(packed_locale)) { in findParent()
/frameworks/minikin/libs/minikin/
DLocale.h108 inline bool hasRegion() const { return mRegion != NO_REGION; } in hasRegion() function
114 return hasLanguage() || hasScript() || hasRegion() || hasVariant() || hasLBStyle() || in isSupported()
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp114 if (m_Epilog.hasRegion()) in dump()
/frameworks/base/tools/aapt/
DAaptAssets.cpp322 bool hasRegion = false; in initFromDirName() local
327 hasRegion = true; in initFromDirName()