H A D | text_emoji_processor.cpp | 360 bool TextEmojiProcessor::IsEmojiModifierBase(uint32_t codePoint) in IsEmojiModifierBase() argument 365 if (codePoint == 0x1F91D || codePoint == 0x1F93C) { in IsEmojiModifierBase() 368 return u_hasBinaryProperty(static_cast<UChar32>(codePoint), UCHAR_EMOJI_MODIFIER_BASE); in IsEmojiModifierBase() 371 bool TextEmojiProcessor::IsVariationSelector(uint32_t codePoint) in IsVariationSelector() argument 373 return u_hasBinaryProperty(static_cast<UChar32>(codePoint), UCHAR_VARIATION_SELECTOR); in IsVariationSelector() 376 bool TextEmojiProcessor::IsRegionalIndicatorSymbol(uint32_t codePoint) in IsRegionalIndicatorSymbol() argument 378 return u_hasBinaryProperty(codePoint, UCHAR_REGIONAL_INDICATOR); in IsRegionalIndicatorSymbol() 381 bool TextEmojiProcessor::IsEmoji(uint32_t codePoint) in IsEmoji() argument 383 return u_hasBinaryProperty(static_cast<UChar32>(codePoint), UCHAR_EMOJ in IsEmoji() 386 IsEmojiModifier(uint32_t codePoint) IsEmojiModifier() argument 391 IsTagSpec(uint32_t codePoint) IsTagSpec() argument 399 IsKeycapBase(uint32_t codePoint) IsKeycapBase() argument 404 OnBeginState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnBeginState() argument 428 OnRISState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnRISState() argument 463 OnCRLFState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnCRLFState() argument 485 OnZWJState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, int32_t& lastVSCount, bool isBackward) OnZWJState() argument 524 OnVSState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnVSState() argument 551 OnKeyCapState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, int32_t& lastVSCount, bool isBackward) OnKeyCapState() argument 579 OnEMState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, int32_t& lastVSCount, bool isBackward) OnEMState() argument 621 OnEmojiState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnEmojiState() argument 648 OnForwardSecondState(uint32_t codePoint, int32_t& state, int32_t& deleteCount) OnForwardSecondState() argument 661 OnTagQueueState(uint32_t codePoint, int32_t& state, int32_t& deleteCount, bool isBackward) OnTagQueueState() argument 690 uint32_t codePoint = u32Content[tempOffset]; GetEmojiLengthAtEnd() local 748 int32_t codePoint = static_cast<int32_t>(u32Content[tempOffset]); GetEmojiLengthAtFront() local [all...] |