Searched refs:GetEmojiLengthAtEnd (Results 1 – 2 of 2) sorted by relevance
89 static int32_t GetEmojiLengthAtEnd(const std::u32string& u32Content, bool isCountNonEmoji);
327 return GetEmojiLengthAtEnd(u32Content, false); in GetEmojiLengthBackward()681 int32_t TextEmojiProcessor::GetEmojiLengthAtEnd(const std::u32string& u32Content, bool isCountNonEm… in GetEmojiLengthAtEnd() function in OHOS::Ace::TextEmojiProcessor735 int32_t deleteCount = GetEmojiLengthAtEnd(u32Content, true); in BackwardDelete()