Home
last modified time | relevance | path

Searched defs:isIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp388 void RichEditorPattern::DeleteForwardInStyledString(int32_t length, bool isIME) in DeleteForwardInStyledString()
393 void RichEditorPattern::DeleteValueInStyledString(int32_t start, int32_t length, bool isIME, bool i… in DeleteValueInStyledString()
5033 void RichEditorPattern::InsertValue(const std::string& insertValue, bool isIME) in InsertValue()
5049 bool isIME = IsIMEOperation(operationType); in ProcessInsertValue() local
5109 bool isIME = IsIMEOperation(operationType); in InsertValueOperation() local
5150 …r<SpanNode>& spanNode, const TextInsertValueInfo& info, const std::string& insertValue, bool isIME) in InsertDiffStyleValueInSpan()
5243 …r<SpanNode>& spanNode, const TextInsertValueInfo& info, const std::string& insertValue, bool isIME) in CreateTextSpanNode()
5300 const RefPtr<SpanNode>& spanNode, int32_t insertValueLength, bool isCreate, bool isIME) in AfterInsertValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h185 bool isIME = false; member
H A Dtext_field_pattern.cpp4165 auto isIME = info.isIME; in InsertValueOperation() local
4257 void TextFieldPattern::InsertValue(const std::string& insertValue, bool isIME) in InsertValue()