Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/text/
H A Dtext_emoji_processor.h71 static void OnRISState(uint32_t codePoint, int& state, int& deleteCount, bool isBackward);
H A Dtext_emoji_processor.cpp426 void TextEmojiProcessor::OnRISState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool … in OnRISState() function in OHOS::Ace::TextEmojiProcessor
703 OnRISState(codePoint, state, deleteCount, true); in GetEmojiLengthAtEnd()
764 OnRISState(codePoint, state, deleteCount, false); in GetEmojiLengthAtFront()