Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.h78 class SingleLineFormatter : public BlackListCharsFormatter {
80 SingleLineFormatter();
81 ~SingleLineFormatter() override = default;
H A Dtext_input_formatter.cpp45 SingleLineFormatter::SingleLineFormatter() : BlackListCharsFormatter(std::wregex(L"\n")) {} in SingleLineFormatter() function in OHOS::Ace::SingleLineFormatter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1453 textInputFormatters_.emplace_back(std::make_unique<SingleLineFormatter>()); in UpdateFormatters()