Home
last modified time | relevance | path

Searched defs:valueToUpdate (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp264 auto valueToUpdate = result; in FilterWithEmail() local
289 auto valueToUpdate = result; in FilterWithAscii() local
310 auto valueToUpdate = result; in FilterWithDecimal() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1500 bool RenderTextField::FilterWithRegex(std::string& valueToUpdate, const std::string& filter, bool n… in FilterWithRegex()
1569 void RenderTextField::EditingValueFilter(TextEditingValue& valueToUpdate) in EditingValueFilter()
1575 void RenderTextField::KeyboardEditingValueFilter(TextEditingValue& valueToUpdate) in KeyboardEditingValueFilter()