Home
last modified time | relevance | path

Searched refs:FilterTextInputStyle (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.cpp117 void ContentController::FilterTextInputStyle(bool& textChanged, std::string& result) in FilterTextInputStyle() function in OHOS::Ace::NG::ContentController
182 FilterTextInputStyle(textChanged, result); in FilterValue()
186 FilterTextInputStyle(textChanged, result); in FilterValue()
214 FilterTextInputStyle(textChanged, result); in FilterValueType()
218 FilterTextInputStyle(textChanged, result); in FilterValueType()
H A Dcontent_controller.h47 void FilterTextInputStyle(bool& textChanged, std::string& result);
H A Dtext_field_pattern.cpp4156 contentController_->FilterTextInputStyle(textChange, result); in CalcCounterAfterFilterInsertValue()