Home
last modified time | relevance | path

Searched refs:textString_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp687 if (textString_ == text && selectNewBegin_ == start && selectNewEnd_ == end) { in OnSelectionChange()
691 textString_ = text; in OnSelectionChange()
703 …agent->OnSelectionChange(textString_, selectOldBegin_, selectOldEnd_, selectNewBegin_, selectNewEn… in OnSelectionChange()
1034 textString_ = Str8ToStr16(""); in ClearEditorCache()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h868 std::u16string textString_; variable