Searched refs:kEmojiFlag (Results 1 – 2 of 2) sorted by relevance
52 bool hasEmojiFlag() const { return mSubScriptBits & kEmojiFlag; } in hasEmojiFlag()82 static const uint8_t kEmojiFlag = 1u << 1; member
99 subScriptBits = kEmojiFlag; in scriptToSubScriptBits()