Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLocale.h108 inline bool hasScript() const { return mScript != NO_SCRIPT; } in hasScript() function
114 return hasLanguage() || hasScript() || hasRegion() || hasVariant() || hasEmojiStyle(); in isSupported()
223 bool hasJapanese() const { return hasScript('J', 'p', 'a', 'n'); } in hasJapanese()
224 bool hasKorean() const { return hasScript('K', 'o', 'r', 'e'); } in hasKorean()
240 bool hasScript(char c1, char c2, char c3, char c4) const;
DLocale.cpp553 bool LocaleList::hasScript(char c1, char c2, char c3, char c4) const { in hasScript() function in minikin::LocaleList
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...