Home
last modified time | relevance | path

Searched refs:GetSelectedLimitValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.h46 std::string GetSelectedLimitValue(int32_t& index, int32_t& startIndex);
H A Dtext_select_controller.cpp744 std::string content = contentController_->GetSelectedLimitValue(subIndex, startIndex); in AdjustCursorPosition()
760 std::string content = contentController_->GetSelectedLimitValue(subIndex, startIndex); in AdjustWordSelection()
H A Dcontent_controller.cpp401 std::string ContentController::GetSelectedLimitValue(int32_t& index, int32_t& startIndex) in GetSelectedLimitValue() function in OHOS::Ace::NG::ContentController