/ohos5.0/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& e… in AdjustWordSelection() function
|
H A D | data_detector_mgr.h | 36 …void AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& e…
|
/ohos5.0/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& s… in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
|
/ohos5.0/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& s… in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
|
/ohos5.0/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& s… in AdjustWordSelection() function in OHOS::Ace::DataDetectorMgr
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_select_controller.cpp | 266 smartSelect = AdjustWordSelection(pos, start, end, localOffset); in GetSelectRangeByOffset() 300 smartSelect = AdjustWordSelection(pos, start, end, localOffset); in GetSelectParagraphByOffset() 751 bool TextSelectController::AdjustWordSelection( in AdjustWordSelection() function in OHOS::Ace::NG::TextSelectController 763 DataDetectorMgr::GetInstance().AdjustWordSelection(subIndex, content, aiPosStart, aiPosEnd); in AdjustWordSelection()
|
H A D | text_select_controller.h | 232 … bool AdjustWordSelection(int32_t& index, int32_t& start, int32_t& end, const Offset& touchOffset);
|
/ohos5.0/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); 100 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); 116 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_overlay_test_ng.cpp | 727 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); 740 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); 753 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
|
H A D | rich_editor_pattern_testtwo_ng.cpp | 231 ret = richEditorPattern->AdjustWordSelection(start, end);
|
H A D | rich_editor_test_ng.cpp | 3587 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); 3600 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end); 3613 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1239 bool AdjustWordSelection(int32_t& start, int32_t& end);
|
H A D | rich_editor_pattern.cpp | 7782 AdjustWordSelection(currentPosition, nextPosition); in OnBackPressed() 8697 bool RichEditorPattern::AdjustWordSelection(int32_t& start, int32_t& end) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern 8706 … DataDetectorMgr::GetInstance().AdjustWordSelection(aiPosStart, content, aiPosStart, aiPosEnd); in OnBackPressed() 10507 …DataDetectorMgr::GetInstance().AdjustWordSelection(caretPosition, selectData, aiPosStart, aiPosEnd… in OnBackPressed() 10511 …DataDetectorMgr::GetInstance().AdjustWordSelection(caretPosition, selectData, aiPosStart, aiPosEnd… in OnBackPressed()
|