Searched defs:languages (Results 1 - 5 of 5) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp159 // Gives score of 2 only if the language matches all of the font languages except for the
167 FontLanguages::FontLanguages(std::vector<FontLanguage>&& languages) argument
168 : mLanguages(std::move(languages)) {
H A DFontLanguageListCache.cpp114 uint32_t FontLanguageListCache::getId(const std::string& languages) { argument
117 inst->mLanguageListLookupTable.find(languages);
124 FontLanguages fontLanguages(parseLanguageList(languages));
129 inst->mLanguageListLookupTable.insert(std::make_pair(languages, nextId));
H A DFontFamily.cpp58 uint32_t FontStyle::registerLanguageList(const std::string& languages) { argument
60 return FontLanguageListCache::getId(languages);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java543 protected static String findBestLanguage(byte[] languages, String[] locales) argument
545 if ((languages == null) || (locales == null)) return null;
548 for (int i = 0; (i + 1) < languages.length; i += 2) {
549 String lang = new String(languages, i, 2, "ISO-8859-1");
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 110 milliseconds