Home
last modified time | relevance | path

Searched refs:AdjustWordSelection (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_default.h36 void AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) {} in AdjustWordSelection() function in OHOS::Ace::DataDetectorDefault
H A Ddata_detector_mgr.h36 void AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end);
/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Ddata_detector_mgr.cpp42 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_data_detector_mgr.cpp40 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddata_detector_mgr.cpp84 void DataDetectorMgr::AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.h234 bool AdjustWordSelection(int32_t& index, int32_t& start, int32_t& end, const Offset& touchOffset);
H A Dtext_select_controller.cpp271 smartSelect = AdjustWordSelection(pos, start, end, localOffset); in GetSelectRangeByOffset()
305 smartSelect = AdjustWordSelection(pos, start, end, localOffset); in GetSelectParagraphByOffset()
780 bool TextSelectController::AdjustWordSelection( in AdjustWordSelection() function in OHOS::Ace::NG::TextSelectController
792 DataDetectorMgr::GetInstance().AdjustWordSelection(subIndex, content, aiPosStart, aiPosEnd); in AdjustWordSelection()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp85 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
100 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
116 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp738 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
751 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
764 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); in HWTEST_F()
H A Drich_editor_pattern_testtwo_ng.cpp254 * @tc.desc: test AdjustWordSelection
265 ret = richEditorPattern->AdjustWordSelection(start, end); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1220 bool AdjustWordSelection(int32_t& start, int32_t& end);
H A Drich_editor_pattern.cpp7804 AdjustWordSelection(currentPosition, nextPosition);
8710 bool RichEditorPattern::AdjustWordSelection(int32_t& start, int32_t& end)
8719 DataDetectorMgr::GetInstance().AdjustWordSelection(aiPosStart, content, aiPosStart, aiPosEnd);
10577 DataDetectorMgr::GetInstance().AdjustWordSelection(caretPosition, selectData, aiPosStart, aiPosEnd); in AIDeleteComb()
10581 DataDetectorMgr::GetInstance().AdjustWordSelection(caretPosition, selectData, aiPosStart, aiPosEnd); in AIDeleteComb()

Completed in 25 milliseconds