Home
last modified time | relevance | path

Searched refs:RemoveErrorTextFromValue (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.h95 …static std::string RemoveErrorTextFromValue(const std::string& value, const std::string& errorText…
H A Dcontent_controller.cpp226 std::string ContentController::RemoveErrorTextFromValue(const std::string& value, const std::string… in RemoveErrorTextFromValue() function in OHOS::Ace::NG::ContentController
258 result = RemoveErrorTextFromValue(result, errorText); in FilterWithRegex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp87 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue() function
1541 RemoveErrorTextFromValue(valueToUpdate, errorText, result); in FilterWithRegex()