Home
last modified time | relevance | path

Searched refs:textChanged (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.cpp138 textChanged |= FilterWithEmail(result); in FilterTextInputStyle()
150 textChanged |= FilterWithAscii(result); in FilterTextInputStyle()
155 textChanged |= FilterWithDecimal(result); in FilterTextInputStyle()
166 bool textChanged = false; in FilterValue() local
182 FilterTextInputStyle(textChanged, result); in FilterValue()
186 FilterTextInputStyle(textChanged, result); in FilterValue()
189 if (textChanged) { in FilterValue()
204 bool textChanged = false; in FilterValueType() local
214 FilterTextInputStyle(textChanged, result); in FilterValueType()
216 textChanged = FilterWithEvent(property->GetInputFilter().value(), result) || textChanged; in FilterValueType()
[all …]
H A Dcontent_controller.h47 void FilterTextInputStyle(bool& textChanged, std::string& result);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1590 bool textChanged = false; in KeyboardEditingValueFilter() local
1600 textChanged |= FilterWithRegex(strBeforeSelection, keyboardFilterValue); in KeyboardEditingValueFilter()
1605 textChanged |= FilterWithRegex(strInSelection, keyboardFilterValue); in KeyboardEditingValueFilter()
1611 textChanged |= FilterWithRegex(strAfterSelection, keyboardFilterValue); in KeyboardEditingValueFilter()
1613 if (!textChanged) { in KeyboardEditingValueFilter()