Searched defs:FontLanguage (Results 1 – 2 of 2) sorted by relevance
35 struct FontLanguage { struct38 FontLanguage() : mScript(0ul), mLanguage(0ul), mSubScriptBits(0ul) {} in FontLanguage() function54 bool isEqualScript(const FontLanguage& other) const; argument77 // mLanguage = 0 means the FontLanguage is unsupported. argument101 FontLanguages(std::vector<FontLanguage>&& languages); argument
31 FontLanguage::FontLanguage(const char* buf, size_t length) : FontLanguage() { in FontLanguage() function in android::FontLanguage