Searched refs:OnRISState (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/text/ |
H A D | text_emoji_processor.h | 71 static void OnRISState(uint32_t codePoint, int& state, int& deleteCount, bool isBackward);
|
H A D | text_emoji_processor.cpp | 426 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()
|