Home
last modified time | relevance | path

Searched refs:AdjustWordSelection (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/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& e… in AdjustWordSelection() function
H A Ddata_detector_mgr.h36 …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 Ddata_detector_mgr.cpp42 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 Dmock_data_detector_mgr.cpp40 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 Ddata_detector_mgr.cpp84 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 Dtext_select_controller.cpp266 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 Dtext_select_controller.h232 … 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 Dtext_field_controller_test.cpp85 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 Drich_editor_overlay_test_ng.cpp727 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
740 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
753 mockDataDetectorMgr.AdjustWordSelection(pos, content, start, end);
H A Drich_editor_pattern_testtwo_ng.cpp231 ret = richEditorPattern->AdjustWordSelection(start, end);
H A Drich_editor_test_ng.cpp3587 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 Drich_editor_pattern.h1239 bool AdjustWordSelection(int32_t& start, int32_t& end);
H A Drich_editor_pattern.cpp7782 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()