Home | History | Annotate | Download | only in minikin

Lines Matching defs:EMOJI

47     EMOJI = 0b00010000,
58 // Enum for emoji style.
60 EMPTY = 0, // No emoji style is specified.
61 DEFAULT = 1, // Default emoji style is specified.
62 EMOJI = 2, // Emoji (color) emoji style is specified.
63 TEXT = 3, // Text (black/white) emoji style is specified.
187 // Returns an effective emoji style of this locale list.
188 // The effective means the first non empty emoji style in the list.