HomeSort by relevance Sort by last modified time
    Searched defs:FontLanguage (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
FontLanguage.h 36 // FontLanguage is a compact representation of a BCP 47 language tag. It
39 struct FontLanguage {
48 FontLanguage()
57 FontLanguage(const char* buf, size_t length);
59 bool operator==(const FontLanguage other) const {
64 bool operator!=(const FontLanguage other) const {
73 bool isEqualScript(const FontLanguage& other) const;
99 // mLanguage = 0 means the FontLanguage is unsupported.
133 explicit FontLanguages(std::vector<FontLanguage>&& languages);
139 const FontLanguage& operator[] (size_t n) const { return mLanguages[n];
    [all...]
FontLanguage.cpp 19 #include "FontLanguage.h"
126 FontLanguage::FontLanguage(const char* buf, size_t length) : FontLanguage() {
177 FontLanguage::EmojiStyle FontLanguage::resolveEmojiStyle(const char* buf, size_t length,
210 uint8_t FontLanguage::scriptToSubScriptBits(uint32_t script) {
251 std::string FontLanguage::getString() const {
271 bool FontLanguage::isEqualScript(const FontLanguage& other) const
    [all...]

Completed in 68 milliseconds