Searched defs:FontLanguage (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp19 #include "FontLanguage.h"
31 FontLanguage::FontLanguage(const char* buf, size_t length) : FontLanguage() { function in class:android::FontLanguage
61 uint8_t FontLanguage::scriptToSubScriptBits(uint32_t script) {
105 std::string FontLanguage::getString() const {
125 bool FontLanguage::isEqualScript(const FontLanguage& other) const {
130 bool FontLanguage::supportsScript(uint8_t providedBits, uint8_t requestedBits) {
134 bool FontLanguage
[all...]
H A DFontLanguage.h32 // FontLanguage is a compact representation of a BCP 47 language tag. It
35 struct FontLanguage { struct in namespace:android
38 FontLanguage() : mScript(0ul), mLanguage(0ul), mSubScriptBits(0ul) {} function in struct:android::FontLanguage
41 FontLanguage(const char* buf, size_t length);
43 bool operator==(const FontLanguage other) const {
47 bool operator!=(const FontLanguage other) const {
54 bool isEqualScript(const FontLanguage& other) const;
77 // mLanguage = 0 means the FontLanguage is unsupported.
101 FontLanguages(std::vector<FontLanguage>&& languages);
107 const FontLanguage
[all...]

Completed in 2572 milliseconds