Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1602 std::string strInSelection; in KeyboardEditingValueFilter() local
1604 strInSelection = valueToUpdate.text.substr(start, end - start); in KeyboardEditingValueFilter()
1605 textChanged |= FilterWithRegex(strInSelection, keyboardFilterValue); in KeyboardEditingValueFilter()
1616 valueToUpdate.text = strBeforeSelection + strInSelection + strAfterSelection; in KeyboardEditingValueFilter()
1618 …pdate.selection.Update(static_cast<int32_t>(strBeforeSelection.length() + strInSelection.length()), in KeyboardEditingValueFilter()
1622 static_cast<int32_t>(strBeforeSelection.length() + strInSelection.length())); in KeyboardEditingValueFilter()