Home
last modified time | relevance | path

Searched refs:wValueToUpdate (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1553 std::wstring wValueToUpdate = StringUtils::ToWstring(valueToUpdate); in FilterWithRegex() local
1554 auto manipulateText = std::regex_replace(wValueToUpdate, filterRegex, L""); in FilterWithRegex()
1555 if (manipulateText.length() != wValueToUpdate.length()) { in FilterWithRegex()