Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Drender_text_field.cpp1520 bool RenderTextField::FilterWithRegex(std::string& valueToUpdate, const std::string& filter, bool n… in FilterWithRegex()
1590 void RenderTextField::EditingValueFilter(TextEditingValue& valueToUpdate) in EditingValueFilter()
1596 void RenderTextField::KeyboardEditingValueFilter(TextEditingValue& valueToUpdate) in KeyboardEditingValueFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp1620 std::string valueToUpdate(data); in HandleOnPaste() local
3699 std::string valueToUpdate; in InsertValue() local
3795 …const std::string& filter, const std::string& valueToUpdate, std::string& result, bool needToEscap… in FilterWithRegex()
3826 void TextFieldPattern::EditingValueFilter(std::string& valueToUpdate, std::string& result, bool isI… in EditingValueFilter()
3880 bool TextFieldPattern::FilterWithAscii(const std::string& valueToUpdate, std::string& result) in FilterWithAscii()
3905 auto valueToUpdate = result; in FilterWithEmail() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/textfield/
Dtextfield_test_ng.cpp463 std::string valueToUpdate = "filter_value1test"; variable
486 std::string valueToUpdate = "filter_value\\dtest"; variable
505 std::string valueToUpdate = "filter_valuew+test"; variable
524 std::string valueToUpdate = "filter_value//test"; variable