Home
last modified time | relevance | path

Searched refs:GetEmojiLengthAtEnd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/text/
H A Dtext_emoji_processor.h89 static int32_t GetEmojiLengthAtEnd(const std::u32string& u32Content, bool isCountNonEmoji);
H A Dtext_emoji_processor.cpp327 return GetEmojiLengthAtEnd(u32Content, false); in GetEmojiLengthBackward()
681 int32_t TextEmojiProcessor::GetEmojiLengthAtEnd(const std::u32string& u32Content, bool isCountNonEm… in GetEmojiLengthAtEnd() function in OHOS::Ace::TextEmojiProcessor
735 int32_t deleteCount = GetEmojiLengthAtEnd(u32Content, true); in BackwardDelete()