OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEmojiStyle
(Results
1 - 4
of
4
) sorted by null
/frameworks/minikin/tests/unittest/
FontFamilyTest.cpp
338
EXPECT_EQ(FontLanguage::EMSTYLE_EMOJI, emoji.
getEmojiStyle
());
341
EXPECT_EQ(FontLanguage::EMSTYLE_EMPTY, und.
getEmojiStyle
());
345
EXPECT_EQ(FontLanguage::EMSTYLE_EMPTY, undExample.
getEmojiStyle
());
379
EXPECT_EQ(FontLanguage::EMSTYLE_EMOJI, subtagEmoji.
getEmojiStyle
());
413
EXPECT_EQ(FontLanguage::EMSTYLE_TEXT, subtagText.
getEmojiStyle
());
446
EXPECT_EQ(FontLanguage::EMSTYLE_DEFAULT, subtagDefault.
getEmojiStyle
());
464
EXPECT_EQ(FontLanguage::EMSTYLE_EMPTY, subtagEmpty.
getEmojiStyle
());
/frameworks/minikin/libs/minikin/
FontLanguage.h
69
EmojiStyle
getEmojiStyle
() const { return mEmojiStyle; }
FontFamily.cpp
161
if (languageList[i].
getEmojiStyle
() == FontLanguage::EMSTYLE_EMOJI) {
FontCollection.cpp
193
if (langs[i].
getEmojiStyle
() == FontLanguage::EMSTYLE_EMOJI) {
Completed in 86 milliseconds