Home
last modified time | relevance | path

Searched refs:BeforeIMEInsertValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1515 bool BeforeIMEInsertValue(const std::string& insertValue, int32_t offset);
H A Dtext_field_pattern.cpp4122 bool TextFieldPattern::BeforeIMEInsertValue(const std::string& insertValue, int32_t offset) in BeforeIMEInsertValue() function in OHOS::Ace::NG::TextFieldPattern
4173 auto isInsert = BeforeIMEInsertValue(insertValue, caretStart); in InsertValueOperation()
8910 BeforeIMEInsertValue(resultText, start); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1174 bool BeforeIMEInsertValue(const std::string& insertValue);
H A Drich_editor_pattern.cpp5076 bool allowImeInput = isIME ? BeforeIMEInsertValue(insertValue) : true; in ProcessInsertValue()
5285 bool RichEditorPattern::BeforeIMEInsertValue(const std::string& insertValue) in BeforeIMEInsertValue() function in OHOS::Ace::NG::RichEditorPattern
11149 BeforeIMEInsertValue(spanString->GetString()); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp845 auto state = pattern->BeforeIMEInsertValue(insertValue, offset);