/foundation/arkui/ace_engine/frameworks/core/common/ai/ |
H A D | data_detector_default.h | 36 void AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) {} in AdjustWordSelection() function in OHOS::Ace::DataDetectorDefault
|
H A D | data_detector_mgr.h | 36 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 D | data_detector_mgr.cpp | 42 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 D | mock_data_detector_mgr.cpp | 40 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 D | data_detector_mgr.cpp | 84 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 D | text_select_controller.h | 234 bool AdjustWordSelection(int32_t& index, int32_t& start, int32_t& end, const Offset& touchOffset);
|
H A D | text_select_controller.cpp | 271 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 D | text_field_controller_test.cpp | 85 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 D | rich_editor_overlay_test_ng.cpp | 738 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 D | rich_editor_pattern_testtwo_ng.cpp | 254 * @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 D | rich_editor_pattern.h | 1220 bool AdjustWordSelection(int32_t& start, int32_t& end);
|
H A D | rich_editor_pattern.cpp | 7804 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()
|