Home
last modified time | relevance | path

Searched defs:insertText (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp50 auto insertText = text.substr(0, leavingStrLength); in InsertText() local
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp244 bool TextListener::WaitInsertText(const std::u16string &insertText) in WaitInsertText()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1280 std::string insertText = "t"; variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.cpp779 std::string insertText = Str16ToStr8(text); in InsertText() local